astcenc: Fix build with SSE3 but no SSSE3
Fixes #71700. Patch submitted upstream.
This commit is contained in:
2
thirdparty/astcenc/astcenc_mathlib.h
vendored
2
thirdparty/astcenc/astcenc_mathlib.h
vendored
@ -48,8 +48,6 @@
|
||||
#define ASTCENC_SSE 42
|
||||
#elif defined(__SSE4_1__)
|
||||
#define ASTCENC_SSE 41
|
||||
#elif defined(__SSE3__)
|
||||
#define ASTCENC_SSE 30
|
||||
#elif defined(__SSE2__)
|
||||
#define ASTCENC_SSE 20
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user