Re: [PATCH v2] x86: Update AVX10 support
Sunil Pandey <[email protected]>
| Newsgroups | gmane.comp.lib.glibc.alpha |
|---|---|
| Message-ID | <CAMAf5_dHqftQ2gST+wzjDdGsA12ZuSyHTTNcAYYKn680WxsBmg@mail.gmail.com> |
On Thu, Aug 27, 2026 at 5:42 AM H.J. Lu <[email protected]> wrote: > Changes in v2: > > 1. Move CPUID_INDEX_MAX back to sysdeps/x86/include/cpu-features.h. > > -- > H.J. > --- > Update AVX10 support for Intel AVX10 specification published in June 2026: > > > https://www.intel.com/content/www/us/en/developer/articles/technical/intel-sdm.html > > and AI Compute Extensions (ACE) Specification: > > https://x86ecosystem.org/resource/ai-compute-extensions-ace-specification/ > > 1. Add x86_get_avx10_version to return AVX10 version. > 2. Detect AVX10_V1_AUX and AVX10_V2_AUX features. > 3. Remove AVX10_XMM, AVX10_YMM, AVX10_ZMM documentations. > 4. Move CPUID_INDEX_MAX to <bits/platform/x86.h>. > > This fixes BZ #34554. > LGTM Reviewed-by: Sunil K Pandey <[email protected]> Thanks, Sunil