astcenc: Fix build with SSE3 but no SSSE3

Fixes #71700.
Patch submitted upstream.
This commit is contained in:
Rémi Verschelde
2023-01-19 23:40:30 +01:00
parent 360b61084a
commit 53dcdf5401
3 changed files with 86 additions and 7 deletions

View File

@ -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