From: John Wolfe Date: Mon, 5 Apr 2021 16:01:41 +0000 (-0700) Subject: Common header file change not applicable to open-vm-tools. X-Git-Tag: stable-11.3.0~89 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9821bdf9031eda30bc515b4b869522119684393;p=thirdparty%2Fopen-vm-tools.git Common header file change 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 802324cbd..c694c3113 100644 --- a/open-vm-tools/lib/include/x86cpuid.h +++ b/open-vm-tools/lib/include/x86cpuid.h @@ -582,7 +582,7 @@ FLAG( 7, 0, EDX, 28, 1, FCMD, YES, 9 ) \ FLAG( 7, 0, EDX, 29, 1, ARCH_CAPABILITIES, ANY, 9 ) \ FLAG( 7, 0, EDX, 30, 1, CORE_CAPABILITIES, NO, 0 ) \ FLAG( 7, 0, EDX, 31, 1, SSBD, YES, 9 ) \ -FLAG( 7, 1, EAX, 4, 1, AVX_VNNI, NO, 0 ) \ +FLAG( 7, 1, EAX, 4, 1, AVX_VNNI, YES, FUT ) \ FLAG( 7, 1, EAX, 5, 1, AVX512BF16, YES, 18 ) \ FLAG( 7, 1, EAX, 10, 1, FAST_ZERO_MOVSB, NO, 0 ) \ FLAG( 7, 1, EAX, 11, 1, FAST_SHORT_STOSB, NO, 0 ) \