VirtualBox

Changeset 96652 in vbox for trunk/include/VBox/vmm


Ignore:
Timestamp:
Sep 8, 2022 8:49:40 AM (2 years ago)
Author:
vboxsync
Message:

VMM/IEM: Implement [v]pclmulqdq instruction, ​bugref:9898

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/cpum.h

    r96407 r96652  
    11261126    /** Support RDSEED instruction. */
    11271127    uint32_t        fRdSeed : 1;
     1128    /** Support PCLMULQDQ instruction. */
     1129    uint32_t        fPclMul : 1;
    11281130
    11291131    /** Supports AMD 3DNow instructions. */
     
    11861188    /** Alignment padding / reserved for future use (96 bits total, plus 12 bytes
    11871189     *  prior to the bit fields -> total of 24 bytes) */
    1188     uint32_t        fPadding0;
     1190    uint32_t        fPadding0 : 31;
    11891191
    11901192
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette