From: Kruti Pendharkar Date: Tue, 22 Jul 2025 07:06:53 +0000 (-0700) Subject: Change to common header file not applicable to open-vm-tools. X-Git-Tag: stable-13.1.0~131 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0cb99ebb4431d9137322ff5d64fe82e5d1a33377;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 3d8900c4b..a4fc64ecd 100644 --- a/open-vm-tools/lib/include/x86cpuid.h +++ b/open-vm-tools/lib/include/x86cpuid.h @@ -625,7 +625,7 @@ 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, YES, 22 ) \ -FLAG( 7, 1, EDX, 10, 1, AVX_VNNI_INT16, NO, 0 ) \ +FLAG( 7, 1, EDX, 10, 1, AVX_VNNI_INT16, YES, FUT ) \ FLAG( 7, 1, EDX, 13, 1, UTMR, NO, 0 ) \ FLAG( 7, 1, EDX, 14, 1, PREFETCHI, YES, 21 ) \ FLAG( 7, 1, EDX, 15, 1, USER_MSR, NO, 0 ) \