From: Kruti Pendharkar Date: Wed, 8 Jan 2025 06:05:50 +0000 (-0800) Subject: Change to common header file not applicable to open-vm-tools. X-Git-Tag: stable-13.0.0~53 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5f77afbcd30e47eec6f41db9bcd44fa6c629a3e;p=thirdparty%2Fopen-vm-tools.git Change to common header file not applicable to open-vm-tools. --- diff --git a/open-vm-tools/lib/include/x86cpuid.h b/open-vm-tools/lib/include/x86cpuid.h index 7bb5dfed7..71c6b9561 100644 --- a/open-vm-tools/lib/include/x86cpuid.h +++ b/open-vm-tools/lib/include/x86cpuid.h @@ -624,7 +624,7 @@ FLAG( 7, 1, EBX, 0, 1, LEAF7_PPIN, NO, 0 ) \ FLAG( 7, 1, EBX, 1, 1, PBNDKB, NO, 0 ) \ FLAG( 7, 1, EDX, 4, 1, AVX_VNNI_INT8, YES, 22 ) \ FLAG( 7, 1, EDX, 5, 1, AVX_NE_CONVERT, YES, 22 ) \ -FLAG( 7, 1, EDX, 8, 1, AMX_COMPLEX, NO, 0 ) \ +FLAG( 7, 1, EDX, 8, 1, AMX_COMPLEX, YES, 22 ) \ FLAG( 7, 1, EDX, 10, 1, AVX_VNNI_INT16, NO, 0 ) \ FLAG( 7, 1, EDX, 13, 1, UTMR, NO, 0 ) \ FLAG( 7, 1, EDX, 14, 1, PREFETCHI, YES, 21 ) \