include: Add new processor feature constants.
This commit is contained in:
parent
d08fbfc3b0
commit
70238568c6
|
@ -692,7 +692,12 @@ typedef enum _HEAP_INFORMATION_CLASS {
|
|||
#define PF_RDTSC_INSTRUCTION_AVAILABLE 8
|
||||
#define PF_PAE_ENABLED 9
|
||||
#define PF_XMMI64_INSTRUCTIONS_AVAILABLE 10
|
||||
#define PF_SSE_DAZ_MODE_AVAILABLE 11
|
||||
#define PF_NX_ENABLED 12
|
||||
#define PF_SSE3_INSTRUCTIONS_AVAILABLE 13
|
||||
#define PF_COMPARE_EXCHANGE128 14
|
||||
#define PF_COMPARE64_EXCHANGE128 15
|
||||
#define PF_CHANNELS_ENABLED 16
|
||||
|
||||
|
||||
/* Execution state flags */
|
||||
|
|
Loading…
Reference in New Issue