[PATCH] x86: Update AVX10 support
Florian Weimer
fweimer@redhat.com
Thu Aug 27 10:01:15 GMT 2026
* H. J. Lu:
> diff --git a/sysdeps/x86/bits/platform/x86.h b/sysdeps/x86/bits/platform/x86.h
> index 999b60eaf0..e352bb7ab1 100644
> --- a/sysdeps/x86/bits/platform/x86.h
> +++ b/sysdeps/x86/bits/platform/x86.h
> @@ -31,7 +31,9 @@ enum
> CPUID_INDEX_7_ECX_1,
> CPUID_INDEX_19,
> CPUID_INDEX_14_ECX_0,
> - CPUID_INDEX_24_ECX_0
> + CPUID_INDEX_24_ECX_0,
> + CPUID_INDEX_24_ECX_1,
> + CPUID_INDEX_MAX
> };
>
> struct cpuid_feature
But CPUID_INDEX_MAX changes over time. Should we really put it into the
public header?
Thanks,
Florian
More information about the Libc-alpha
mailing list