mirror of
https://github.com/raysan5/raylib.git
synced 2025-11-11 13:05:21 +00:00
Update rlsw.h
This commit is contained in:
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)
|
||||
|
||||
Reference in New Issue
Block a user