VirtualBox

Changeset 103813 in vbox


Ignore:
Timestamp:
Mar 13, 2024 7:06:53 AM (14 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
162182
Message:

VMM/IEM: Enable SIMD code again after latest amd64 fixes, bugref:10614

Location:
trunk/src/VBox/VMM
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/IEMAllInstPython.py

    r103796 r103813  
    29072907## Temporary flag for enabling / disabling experimental MCs depending on the
    29082908## SIMD register allocator.
    2909 g_fNativeSimd = False;
     2909g_fNativeSimd = True;
    29102910
    29112911## IEM_MC_XXX -> parser + info dictionary.
  • trunk/src/VBox/VMM/include/IEMInternal.h

    r103796 r103813  
    9494
    9595/** Enables the SIMD register allocator @bugref{10614}.  */
    96 #if defined(DOXYGEN_RUNNING) || 0
     96#if defined(DOXYGEN_RUNNING) || 1
    9797# define IEMNATIVE_WITH_SIMD_REG_ALLOCATOR
    9898#endif
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