MFC r292890:

Add standard extended feature bit 6 from the Intel SDM rev. 57.
This commit is contained in:
kib 2016-01-05 13:05:38 +00:00
parent fe54020c2c
commit 2586c96893
2 changed files with 3 additions and 0 deletions

View File

@ -334,6 +334,7 @@
#define CPUID_STDEXT_BMI1 0x00000008
#define CPUID_STDEXT_HLE 0x00000010
#define CPUID_STDEXT_AVX2 0x00000020
#define CPUID_STDEXT_FDP_EXC 0x00000040
#define CPUID_STDEXT_SMEP 0x00000080
#define CPUID_STDEXT_BMI2 0x00000100
#define CPUID_STDEXT_ERMS 0x00000200

View File

@ -894,6 +894,8 @@ printcpuinfo(void)
"\005HLE"
/* Advanced Vector Instructions 2 */
"\006AVX2"
/* FDP_EXCPTN_ONLY */
"\007FDPEXC"
/* Supervisor Mode Execution Prot. */
"\010SMEP"
/* Bit Manipulation Instructions */