VirtualBox

Ignore:
Timestamp:
May 16, 2023 4:32:30 PM (21 months ago)
Author:
vboxsync
Message:

IEM: Added a separate CPU flag to enable VEX decoding to allow BMI1/2 to be enabled without AVX (see bugref:5653).

File:
1 edited

Legend:

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

    r99648 r99814  
    916916    uint32_t        fLeakyFxSR : 1;
    917917
     918    /** Supports VEX instruction encoding (AVX, BMI, etc.). */
     919    uint32_t        fVex : 1;
     920
    918921    /** AMD64: Supports AMD SVM. */
    919922    uint32_t        fSvm : 1;
     
    945948    /** Alignment padding / reserved for future use (96 bits total, plus 12 bytes
    946949     *  prior to the bit fields -> total of 24 bytes) */
    947     uint32_t        fPadding0 : 24;
     950    uint32_t        fPadding0 : 23;
    948951
    949952
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