From b05521c916790dbaeb953fca7b979a889d868db2 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Wed, 5 Apr 2023 09:21:43 -0700 Subject: : Add AMX-COMPLEX support Add AMX-COMPLEX support to . Reviewed-by: Noah Goldstein --- sysdeps/x86/bits/platform/x86.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sysdeps/x86/bits') diff --git a/sysdeps/x86/bits/platform/x86.h b/sysdeps/x86/bits/platform/x86.h index d8ba33bd42..96eb4c070d 100644 --- a/sysdeps/x86/bits/platform/x86.h +++ b/sysdeps/x86/bits/platform/x86.h @@ -310,6 +310,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_index_19_ebx = (CPUID_INDEX_19 * 8 * 4 * sizeof (unsigned int) -- cgit v1.2.3-70-g09d2