Changeset 96652 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Sep 8, 2022 8:49:40 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/cpum.h
r96407 r96652 1126 1126 /** Support RDSEED instruction. */ 1127 1127 uint32_t fRdSeed : 1; 1128 /** Support PCLMULQDQ instruction. */ 1129 uint32_t fPclMul : 1; 1128 1130 1129 1131 /** Supports AMD 3DNow instructions. */ … … 1186 1188 /** Alignment padding / reserved for future use (96 bits total, plus 12 bytes 1187 1189 * prior to the bit fields -> total of 24 bytes) */ 1188 uint32_t fPadding0 ;1190 uint32_t fPadding0 : 31; 1189 1191 1190 1192
Note:
See TracChangeset
for help on using the changeset viewer.