Add CPU flags for future use

This commit is contained in:
Stanislav Shwartsman 2008-04-04 12:23:45 +00:00
parent 52770feedd
commit 671cd93966

View File

@ -42,6 +42,8 @@
#define IA_SMX 0x00400000 /* SMX instruction */
#define IA_SVM 0x00800000 /* SVM instruction */
#define IA_XSAVE 0x01000000 /* XSAVE/XRSTOR extensions instruction */
#define IA_AES 0x02000000 /* AES instruction */
#define IA_AVX 0x04000000 /* AVX instruction */
#define IA_UNDOCUMENTED 0x80000000 /* instruction undocumented */
/* general purpose bit register */