summaryrefslogtreecommitdiff
path: root/community/blender/no-sse2.patch
blob: a32f7c64a2a810ab1a4e2c81876be8994761c1b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
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()