summaryrefslogtreecommitdiffstats
path: root/thirdparty/astcenc/astcenc_mathlib.h
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2023-01-19 23:40:30 +0100
committerRémi Verschelde <rverschelde@gmail.com>2023-01-19 23:56:05 +0100
commit53dcdf5401448716bf721f9004cb9896890b361d (patch)
tree64a228e6caa5a7b3f46f82919dfa46dcc8f88133 /thirdparty/astcenc/astcenc_mathlib.h
parent360b61084a4a5bc0f9577212a3079430601b3408 (diff)
downloadredot-engine-53dcdf5401448716bf721f9004cb9896890b361d.tar.gz
astcenc: Fix build with SSE3 but no SSSE3
Fixes #71700. Patch submitted upstream.
Diffstat (limited to 'thirdparty/astcenc/astcenc_mathlib.h')
-rw-r--r--thirdparty/astcenc/astcenc_mathlib.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/thirdparty/astcenc/astcenc_mathlib.h b/thirdparty/astcenc/astcenc_mathlib.h
index 67e989e7f5..0540c4fedd 100644
--- a/thirdparty/astcenc/astcenc_mathlib.h
+++ b/thirdparty/astcenc/astcenc_mathlib.h
@@ -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