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()