Changeset 103813 in vbox
- Timestamp:
- Mar 13, 2024 7:06:53 AM (14 months ago)
- svn:sync-xref-src-repo-rev:
- 162182
- Location:
- trunk/src/VBox/VMM
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllInstPython.py
r103796 r103813 2907 2907 ## Temporary flag for enabling / disabling experimental MCs depending on the 2908 2908 ## SIMD register allocator. 2909 g_fNativeSimd = False;2909 g_fNativeSimd = True; 2910 2910 2911 2911 ## IEM_MC_XXX -> parser + info dictionary. -
trunk/src/VBox/VMM/include/IEMInternal.h
r103796 r103813 94 94 95 95 /** Enables the SIMD register allocator @bugref{10614}. */ 96 #if defined(DOXYGEN_RUNNING) || 096 #if defined(DOXYGEN_RUNNING) || 1 97 97 # define IEMNATIVE_WITH_SIMD_REG_ALLOCATOR 98 98 #endif
Note:
See TracChangeset
for help on using the changeset viewer.