Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/community/blender/no-sse2.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/blender/no-sse2.patch')
-rw-r--r--community/blender/no-sse2.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/community/blender/no-sse2.patch b/community/blender/no-sse2.patch
deleted file mode 100644
index a32f7c64..00000000
--- a/community/blender/no-sse2.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-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()