mirror of
				https://github.com/hedge-dev/XenonRecomp.git
				synced 2025-10-30 07:11:38 +00:00 
			
		
		
		
	Inital add SIMD-E
Signed-off-by: Isaac Marovitz <isaacryu@icloud.com>
This commit is contained in:
		
							parent
							
								
									5a945705de
								
							
						
					
					
						commit
						78d9bc1be2
					
				
					 4 changed files with 10 additions and 2 deletions
				
			
		
							
								
								
									
										3
									
								
								.gitmodules
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.gitmodules
									
										
									
									
										vendored
									
									
								
							|  | @ -13,3 +13,6 @@ | |||
| [submodule "thirdparty/tiny-AES-c"] | ||||
| 	path = thirdparty/tiny-AES-c | ||||
| 	url = https://github.com/kokke/tiny-AES-c.git | ||||
| [submodule "thirdparty/simde"] | ||||
| 	path = thirdparty/simde | ||||
| 	url = https://github.com/simd-everywhere/simde-no-tests.git | ||||
|  |  | |||
|  | @ -16,4 +16,7 @@ | |||
| #include <xbox.h> | ||||
| #include <xxhash.h> | ||||
| #include <fmt/core.h> | ||||
| #include <xmmintrin.h> | ||||
| 
 | ||||
| # define SIMDE_ENABLE_NATIVE_ALIASES | ||||
| 
 | ||||
| #include <x86/sse.h> | ||||
|  |  | |||
|  | @ -17,8 +17,9 @@ target_compile_definitions(XenonUtils | |||
| ) | ||||
| 
 | ||||
| target_include_directories(XenonUtils  | ||||
|     PUBLIC  | ||||
|     PUBLIC | ||||
|         . | ||||
|         "${THIRDPARTY_ROOT}/simde" | ||||
|     PRIVATE | ||||
|         "${THIRDPARTY_ROOT}/libmspack/libmspack/mspack" | ||||
|         "${THIRDPARTY_ROOT}/tiny-AES-c" | ||||
|  |  | |||
							
								
								
									
										1
									
								
								thirdparty/simde
									
										
									
									
										vendored
									
									
										Submodule
									
								
							
							
						
						
									
										1
									
								
								thirdparty/simde
									
										
									
									
										vendored
									
									
										Submodule
									
								
							|  | @ -0,0 +1 @@ | |||
| Subproject commit a532a12ca9bbdc5e6547eb602e6256b71a5377d4 | ||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Isaac Marovitz
						Isaac Marovitz