From: Jochen Sprickerhof Date: Mon, 20 May 2013 11:06:29 +0000 (+0200) Subject: Disable SSE X-Git-Tag: archive/raspbian/2.2.0.33+dfsg-8+rpi1~1^2~6 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=cbd18a5a4d0285248d9432fca1bd06be0a5efab6;p=openni2.git Disable SSE Gbp-Pq: Name 0006-Disable-SSE.patch --- 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