blob: f6ad78c1257bf008cde974f0e5cd1e709a3e561f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -rauN OpenColorIO-2.1.1/share/cmake/utils/CompilerFlags.cmake OpenColorIO-2.1.1-no-sse2-patch/share/cmake/utils/CompilerFlags.cmake
--- OpenColorIO-2.1.1/share/cmake/utils/CompilerFlags.cmake 2021-12-16 20:19:03.000000000 +0100
+++ OpenColorIO-2.1.1-no-sse2-patch/share/cmake/utils/CompilerFlags.cmake 2022-04-02 11:24:18.450648391 +0200
@@ -86,7 +86,7 @@
###############################################################################
# Define if SSE2 can be used.
-include(CheckSupportSSE2)
+#include(CheckSupportSSE2)
if(NOT HAVE_SSE2)
message(STATUS "Disabling SSE optimizations, as the target doesn't support them")
|