Checking patch manual/platform.texi... error: while searching for: @item @code{AVX} -- The AVX instruction extensions. @item @code{AVX2} -- The AVX2 instruction extensions. error: patch failed: manual/platform.texi:222 error: manual/platform.texi: patch does not apply Checking patch sysdeps/x86/bits/platform/x86.h... error: while searching for: CPUID_INDEX_80000008, CPUID_INDEX_7_ECX_1, CPUID_INDEX_19, CPUID_INDEX_14_ECX_0 }; struct cpuid_feature error: patch failed: sysdeps/x86/bits/platform/x86.h:30 error: sysdeps/x86/bits/platform/x86.h: patch does not apply Checking patch sysdeps/x86/cpu-features.c... error: while searching for: CPU_FEATURE_SET_ACTIVE (cpu_features, SHSTK); #endif /* Can we call xgetbv? */ if (CPU_FEATURES_CPU_P (cpu_features, OSXSAVE)) { unsigned int xcrlow; unsigned int xcrhigh; asm ("xgetbv" : "=a" (xcrlow), "=d" (xcrhigh) : "c" (0)); /* Is YMM and XMM state usable? */ if ((xcrlow & (bit_YMM_state | bit_XMM_state)) error: patch failed: sysdeps/x86/cpu-features.c:115 error: sysdeps/x86/cpu-features.c: patch does not apply Checking patch sysdeps/x86/include/cpu-features.h... error: while searching for: enum { CPUID_INDEX_MAX = CPUID_INDEX_14_ECX_0 + 1 }; enum error: patch failed: sysdeps/x86/include/cpu-features.h:29 error: sysdeps/x86/include/cpu-features.h: patch does not apply Checking patch sysdeps/x86/sys/platform/x86.h... Hunk #1 succeeded at 30 (offset 1 line). error: while searching for: static __inline__ _Bool x86_cpu_active (unsigned int __index) { const struct cpuid_feature *__ptr = __x86_get_cpuid_feature_leaf (__index / (8 * sizeof (unsigned int) * 4)); unsigned int __reg error: patch failed: sysdeps/x86/sys/platform/x86.h:45 error: sysdeps/x86/sys/platform/x86.h: patch does not apply Checking patch sysdeps/x86/tst-get-cpu-features.c... error: while searching for: CHECK_CPU_FEATURE_PRESENT (AVX_NE_CONVERT); CHECK_CPU_FEATURE_PRESENT (AMX_COMPLEX); CHECK_CPU_FEATURE_PRESENT (PREFETCHI); CHECK_CPU_FEATURE_PRESENT (APX_F); CHECK_CPU_FEATURE_PRESENT (AESKLE); CHECK_CPU_FEATURE_PRESENT (WIDE_KL); error: patch failed: sysdeps/x86/tst-get-cpu-features.c:219 error: sysdeps/x86/tst-get-cpu-features.c: patch does not apply