VirtualBox

Changeset 103046 in vbox


Ignore:
Timestamp:
Jan 24, 2024 7:33:51 PM (10 months ago)
Author:
vboxsync
Message:

VMM/CPUM: Advertise SSE3, SSE4.1, SSE4.2 and LAHF/SAHF instruction set extensions on arm64 to bring us to x86-64 micro architecture level 2 (x86-64-v2) in order to run more recent Linux guests (like OL 9.2) which raised the bar, bugref:9898

File:
1 edited

Legend:

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

    r103018 r103046  
    22412241    pVM->cpum.s.HostFeatures.fBmi2       = true;
    22422242    pVM->cpum.s.HostFeatures.fAdx        = true;
     2243    pVM->cpum.s.HostFeatures.fSse        = true;
     2244    pVM->cpum.s.HostFeatures.fSse2       = true;
     2245    pVM->cpum.s.HostFeatures.fSse3       = true;
     2246    pVM->cpum.s.HostFeatures.fSse41      = true;
     2247    pVM->cpum.s.HostFeatures.fSse42      = true;
     2248    pVM->cpum.s.HostFeatures.fLahfSahf   = true;
    22432249#endif
    22442250
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