Disable SSE
authorJochen Sprickerhof <jochen@sprickerhof.de>
Mon, 20 May 2013 11:06:29 +0000 (13:06 +0200)
committerJochen Sprickerhof <jspricke@debian.org>
Sun, 7 Jan 2024 11:01:43 +0000 (12:01 +0100)
Gbp-Pq: Name 0006-Disable-SSE.patch

ThirdParty/PSCommon/BuildSystem/Platform.x86

index 04dd480daad0e09440c9f3b159ccc08bf8052430..0dcf3c9443435cfdb04ebedf3996f1a3570f55e3 100644 (file)
@@ -2,7 +2,7 @@
 export GLUT_SUPPORTED=1
 
 ifndef SSE_GENERATION
-       SSE_GENERATION = 3
+       SSE_GENERATION = 0
 endif
 
 ifeq ("$(OSTYPE)","Darwin")
@@ -19,7 +19,5 @@ else
                ifeq ($(SSSE3_ENABLED), 1)
                        CFLAGS += -mssse3
                endif
-       else
-               DUMMY:=($error "Only SSE2 and SSE3 are supported")
        endif
 endif