From 377aadd764adce27bd4d54f6572d82d36ad0d1a3 Mon Sep 17 00:00:00 2001 From: Jochen Sprickerhof Date: Mon, 20 May 2013 13:06:29 +0200 Subject: [PATCH] Disable SSE Gbp-Pq: Name 0006-Disable-SSE.patch --- ThirdParty/PSCommon/BuildSystem/Platform.x86 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ThirdParty/PSCommon/BuildSystem/Platform.x86 b/ThirdParty/PSCommon/BuildSystem/Platform.x86 index 04dd480..0dcf3c9 100644 --- a/ThirdParty/PSCommon/BuildSystem/Platform.x86 +++ b/ThirdParty/PSCommon/BuildSystem/Platform.x86 @@ -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 -- 2.30.2