summaryrefslogtreecommitdiff
path: root/extra/opencolorio/OpenColorIO-2.1.1-no-sse2.patch
diff options
context:
space:
mode:
Diffstat (limited to 'extra/opencolorio/OpenColorIO-2.1.1-no-sse2.patch')
-rw-r--r--extra/opencolorio/OpenColorIO-2.1.1-no-sse2.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/extra/opencolorio/OpenColorIO-2.1.1-no-sse2.patch b/extra/opencolorio/OpenColorIO-2.1.1-no-sse2.patch
new file mode 100644
index 00000000..f6ad78c1
--- /dev/null
+++ b/extra/opencolorio/OpenColorIO-2.1.1-no-sse2.patch
@@ -0,0 +1,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")