diff options
| author | H.J. Lu <hjl.tools@gmail.com> | 2023-04-05 09:21:39 -0700 |
|---|---|---|
| committer | H.J. Lu <hjl.tools@gmail.com> | 2023-04-05 14:46:10 -0700 |
| commit | 96037c697d5a5b1bc19caae74dddf45e041b0ffd (patch) | |
| tree | 2fd2f8ac31e6bce964b796323cd281803a26a433 /sysdeps/x86/bits | |
| parent | 8b4cc05eabdb67902171d8c05a4915d14b1e5f58 (diff) | |
| download | glibc-96037c697d5a5b1bc19caae74dddf45e041b0ffd.tar.xz glibc-96037c697d5a5b1bc19caae74dddf45e041b0ffd.zip | |
<sys/platform/x86.h>: Add AVX-IFMA support
Add AVX-IFMA support to <sys/platform/x86.h>.
Reviewed-by: Noah Goldstein <goldstein.w.n@gmail.com>
Diffstat (limited to 'sysdeps/x86/bits')
| -rw-r--r-- | sysdeps/x86/bits/platform/x86.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/x86/bits/platform/x86.h b/sysdeps/x86/bits/platform/x86.h index 2776c69b16..abc0116607 100644 --- a/sysdeps/x86/bits/platform/x86.h +++ b/sysdeps/x86/bits/platform/x86.h @@ -300,6 +300,7 @@ enum x86_cpu_WRMSRNS = x86_cpu_index_7_ecx_1_eax + 19, x86_cpu_AMX_FP16 = x86_cpu_index_7_ecx_1_eax + 21, x86_cpu_HRESET = x86_cpu_index_7_ecx_1_eax + 22, + x86_cpu_AVX_IFMA = x86_cpu_index_7_ecx_1_eax + 23, x86_cpu_LAM = x86_cpu_index_7_ecx_1_eax + 26, x86_cpu_index_19_ebx |
