summaryrefslogtreecommitdiff
path: root/libre/blender/no-sse2.patch
diff options
context:
space:
mode:
Diffstat (limited to 'libre/blender/no-sse2.patch')
-rw-r--r--libre/blender/no-sse2.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/libre/blender/no-sse2.patch b/libre/blender/no-sse2.patch
new file mode 100644
index 000000000..a32f7c64a
--- /dev/null
+++ b/libre/blender/no-sse2.patch
@@ -0,0 +1,12 @@
+diff -rauN blender-vanilla/CMakeLists.txt blender-no-sse2-patch/CMakeLists.txt
+--- blender-vanilla/CMakeLists.txt 2022-04-07 16:36:48.842414275 +0200
++++ blender-no-sse2-patch/CMakeLists.txt 2022-04-07 16:37:12.012470531 +0200
+@@ -981,7 +981,7 @@
+ # Test SIMD support, before platform includes to determine if sse2neon is needed.
+ if(WITH_CPU_SIMD)
+ set(COMPILER_SSE_FLAG)
+- set(COMPILER_SSE2_FLAG)
++# set(COMPILER_SSE2_FLAG)
+
+ # Test Neon first since macOS Arm can compile and run x86-64 SSE binaries.
+ TEST_NEON_SUPPORT()