Update rlsw.h
This commit is contained in:
parent
f16d5ce1dd
commit
3389c80f49
2
src/external/rlsw.h
vendored
2
src/external/rlsw.h
vendored
|
|
@ -3613,7 +3613,7 @@ bool swInit(int w, int h)
|
|||
#if defined(SW_HAS_AVX) || defined(SW_HAS_AVX2)
|
||||
SW_LOG("INFO: RLSW: Using SIMD instructions: AVX\n");
|
||||
#endif
|
||||
#if defined(SW_HAS_SSE) || defined(SW_HAS_SSE2) || defined(SW_HAS_SSE3) || defined(SW_HAS_SSE41) || defined(SW_HAS_SSE42)
|
||||
#if defined(SW_HAS_SSE) || defined(SW_HAS_SSE2) || defined(SW_HAS_SSE3) || defined(SW_HAS_SSSE3) || defined(SW_HAS_SSE41) || defined(SW_HAS_SSE42)
|
||||
SW_LOG("INFO: RLSW: Using SIMD instructions: SSE\n");
|
||||
#endif
|
||||
#if defined(SW_HAS_NEON_FMA) || defined(SW_HAS_NEON)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user