From: Oliver Kurth Date: Wed, 22 Jan 2020 19:30:44 +0000 (-0800) Subject: Common header file change not applicable to open-vm-tools. X-Git-Tag: stable-11.1.0~81 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dcd51dbbe3703b514e40928f8948bbd0ebe1ba66;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 0052a261c..08cffc8d9 100644 --- a/open-vm-tools/lib/include/x86cpuid.h +++ b/open-vm-tools/lib/include/x86cpuid.h @@ -553,7 +553,7 @@ FLAG( 7, 0, ECX, 30, 1, SGX_LC, ANY, 17 ) \ FLAG( 7, 0, EDX, 2, 1, AVX512QVNNIW, YES, 16 ) \ FLAG( 7, 0, EDX, 3, 1, AVX512QFMAPS, YES, 16 ) \ FLAG( 7, 0, EDX, 4, 1, FAST_SHORT_REPMOV, NO, 0 ) \ -FLAG( 7, 0, EDX, 8, 1, AVX512VP2INTERSECT, NO, 0 ) \ +FLAG( 7, 0, EDX, 8, 1, AVX512VP2INTERSECT, YES, FUT ) \ FLAG( 7, 0, EDX, 10, 1, MDCLEAR, YES, 9 ) \ FLAG( 7, 0, EDX, 13, 1, TSX_MICROCODE_UPDATE, NO, 0 ) \ FLAG( 7, 0, EDX, 15, 1, HYBRID, NO, 0 ) \