VirtualBox

Changeset 102892 in vbox for trunk/src


Ignore:
Timestamp:
Jan 16, 2024 11:53:44 AM (16 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
161114
Message:

VMM/CPUM: We've got ABM (and BMI1+BMI2) on ARM64.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/CPUM.cpp

    r102889 r102892  
    22372237    pVM->cpum.s.HostFeatures.fCmpXchg16b = true;
    22382238    pVM->cpum.s.HostFeatures.fPopCnt     = true;
     2239    pVM->cpum.s.HostFeatures.fAbm        = true;
     2240    pVM->cpum.s.HostFeatures.fBmi1       = true;
     2241    pVM->cpum.s.HostFeatures.fBmi2       = true;
    22392242#endif
    22402243
Note: See TracChangeset for help on using the changeset viewer.

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