diff options
| author | H.J. Lu <hjl.tools@gmail.com> | 2023-04-05 09:21:44 -0700 |
|---|---|---|
| committer | H.J. Lu <hjl.tools@gmail.com> | 2023-04-05 14:46:10 -0700 |
| commit | 81a3cc956ef4e324c83419fa6d7a559d6e762cd7 (patch) | |
| tree | 38577f5fbafae8872dd03ffe1d8345e2de7f9dfb /sysdeps/x86/bits/platform | |
| parent | b05521c916790dbaeb953fca7b979a889d868db2 (diff) | |
| download | glibc-81a3cc956ef4e324c83419fa6d7a559d6e762cd7.tar.xz glibc-81a3cc956ef4e324c83419fa6d7a559d6e762cd7.zip | |
<sys/platform/x86.h>: Add PREFETCHI support
Add PREFETCHI support to <sys/platform/x86.h>.
Reviewed-by: Noah Goldstein <goldstein.w.n@gmail.com>
Diffstat (limited to 'sysdeps/x86/bits/platform')
| -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 96eb4c070d..6555f9b91d 100644 --- a/sysdeps/x86/bits/platform/x86.h +++ b/sysdeps/x86/bits/platform/x86.h @@ -311,6 +311,7 @@ enum x86_cpu_AVX_VNNI_INT8 = x86_cpu_index_7_ecx_1_edx + 4, x86_cpu_AVX_NE_CONVERT = x86_cpu_index_7_ecx_1_edx + 5, x86_cpu_AMX_COMPLEX = x86_cpu_index_7_ecx_1_edx + 8, + x86_cpu_PREFETCHI = x86_cpu_index_7_ecx_1_edx + 14, x86_cpu_index_19_ebx = (CPUID_INDEX_19 * 8 * 4 * sizeof (unsigned int) |
