aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86/bits/platform
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2023-04-05 09:21:42 -0700
committerH.J. Lu <hjl.tools@gmail.com>2023-04-05 14:46:10 -0700
commit609b7b2d3c0c44f4e42a235f8d7c207c903a6bb1 (patch)
treed92f21cfb989f48451b2f8212a52dc296dc4e720 /sysdeps/x86/bits/platform
parent4c120c88a631cf038520556144860d3ad5a4d0e3 (diff)
downloadglibc-609b7b2d3c0c44f4e42a235f8d7c207c903a6bb1.zip
glibc-609b7b2d3c0c44f4e42a235f8d7c207c903a6bb1.tar.gz
glibc-609b7b2d3c0c44f4e42a235f8d7c207c903a6bb1.tar.bz2
<sys/platform/x86.h>: Add AVX-NE-CONVERT support
Add AVX-NE-CONVERT 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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/x86/bits/platform/x86.h b/sysdeps/x86/bits/platform/x86.h
index 7b239ef..d8ba33b 100644
--- a/sysdeps/x86/bits/platform/x86.h
+++ b/sysdeps/x86/bits/platform/x86.h
@@ -309,6 +309,7 @@ enum
+ cpuid_register_index_edx * 8 * sizeof (unsigned int)),
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_index_19_ebx
= (CPUID_INDEX_19 * 8 * 4 * sizeof (unsigned int)