mirror of
				https://github.com/hedge-dev/XenonRecomp.git
				synced 2025-10-30 07:11:38 +00:00 
			
		
		
		
	Include simde in ppc_context.h
Signed-off-by: Isaac Marovitz <isaacryu@icloud.com>
This commit is contained in:
		
							parent
							
								
									8de0e8ca30
								
							
						
					
					
						commit
						5d500f26e7
					
				
					 2 changed files with 4 additions and 9 deletions
				
			
		|  | @ -17,6 +17,6 @@ | |||
| #include <xxhash.h> | ||||
| #include <fmt/core.h> | ||||
| 
 | ||||
| # define SIMDE_ENABLE_NATIVE_ALIASES | ||||
| #define SIMDE_ENABLE_NATIVE_ALIASES | ||||
| 
 | ||||
| #include <x86/sse.h> | ||||
|  |  | |||
|  | @ -12,14 +12,9 @@ | |||
| #include <cstdlib> | ||||
| #include <cstring> | ||||
| 
 | ||||
| #include <x86intrin.h> | ||||
| 
 | ||||
| #ifdef _WIN32 | ||||
| #include <intrin.h> | ||||
| #else | ||||
| #include <xmmintrin.h> | ||||
| #include <smmintrin.h> | ||||
| #endif | ||||
| #define SIMDE_ENABLE_NATIVE_ALIASES | ||||
| #include <x86/sse.h> | ||||
| #include <x86/sse4.1.h> | ||||
| 
 | ||||
| #define PPC_JOIN(x, y) x##y | ||||
| #define PPC_XSTRINGIFY(x) #x | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Isaac Marovitz
						Isaac Marovitz