mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	cryptopp: enable SIMD flags on i386
externals/cryptopp/cryptopp/rijndael_simd.cpp:460:20: error: always_inline function '_mm_loadu_si128' requires target feature 'sse2', but would be inlined into function 'Rijndael_UncheckedSetKey_SSE4_AESNI' that is compiled without support for 'sse2'
    __m128i temp = _mm_loadu_si128(M128_CAST(userKey+keyLen-16));
                   ^
externals/cryptopp/cryptopp/rijndael_simd.cpp:469:50: error: '__builtin_ia32_aeskeygenassist128' needs target feature aes
        rk[keyLen/4] = rk[0] ^ _mm_extract_epi32(_mm_aeskeygenassist_si128(temp, 0), 3) ^ *(rc++);
                                                 ^
externals/cryptopp/cryptopp/rijndael_simd.cpp:481:20: error: '__builtin_ia32_vec_set_v4si' needs target feature sse4.1
            temp = _mm_insert_epi32(temp, rk[11], 3);
                   ^
[...]
			
			
This commit is contained in:
		
							parent
							
								
									60d1def6f8
								
							
						
					
					
						commit
						4b04175c5d
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		
							
								
								
									
										1
									
								
								externals/cryptopp/CMakeLists.txt
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								externals/cryptopp/CMakeLists.txt
									
										
									
									
										vendored
									
									
								
							|  | @ -218,6 +218,7 @@ endfunction(DumpMachine) | ||||||
| 
 | 
 | ||||||
| # Thansk to Anonimal for MinGW; see http://github.com/weidai11/cryptopp/issues/466 | # Thansk to Anonimal for MinGW; see http://github.com/weidai11/cryptopp/issues/466 | ||||||
| DumpMachine(CRYPTOPP_AMD64 "(x86_64|AMD64|amd64)") | DumpMachine(CRYPTOPP_AMD64 "(x86_64|AMD64|amd64)") | ||||||
|  | DumpMachine(CRYPTOPP_I386 "(i.86)") | ||||||
| DumpMachine(CRYPTOPP_MINGW64 "(w64-mingw32)|(mingw64)") | DumpMachine(CRYPTOPP_MINGW64 "(w64-mingw32)|(mingw64)") | ||||||
| DumpMachine(CRYPTOPP_ARMV8 "(armv8|aarch64)") | DumpMachine(CRYPTOPP_ARMV8 "(armv8|aarch64)") | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue