Changeset 103729 in vbox
- Timestamp:
- Mar 7, 2024 12:24:31 PM (13 months ago)
- svn:sync-xref-src-repo-rev:
- 162097
- Location:
- trunk/src/VBox/VMM
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllN8veRecompiler.cpp
r103728 r103729 5202 5202 5203 5203 #ifdef IEMNATIVE_WITH_SIMD_REG_ALLOCATOR 5204 5205 5204 5206 /********************************************************************************************************************************* 5205 5207 * SIMD register allocator (largely code duplication of the GPR allocator for now but might diverge) * … … 15058 15060 15059 15061 #ifdef IEMNATIVE_WITH_SIMD_REG_ALLOCATOR 15062 15063 15060 15064 /********************************************************************************************************************************* 15061 15065 * Emitters for SSE/AVX specific operations. * -
trunk/src/VBox/VMM/include/IEMInternal.h
r103728 r103729 93 93 #endif 94 94 95 /** @def IEMNATIVE_WITH_SIMD_REG_ALLOCATOR 96 * Enables the SIMD register allocator @bugref{10614}. */ 95 /** Enables the SIMD register allocator @bugref{10614}. */ 97 96 //# define IEMNATIVE_WITH_SIMD_REG_ALLOCATOR 98 97 /** Enables access to even callee saved registers. */
Note:
See TracChangeset
for help on using the changeset viewer.