projects
/
openni2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0acf64
)
Disable SSE
author
Jochen Sprickerhof
<jochen@sprickerhof.de>
Mon, 20 May 2013 11:06:29 +0000
(13:06 +0200)
committer
Adrian Bunk
<bunk@debian.org>
Tue, 13 Mar 2018 15:52:24 +0000
(15:52 +0000)
Gbp-Pq: Name 0006-Disable-SSE.patch
ThirdParty/PSCommon/BuildSystem/Platform.x86
patch
|
blob
|
history
diff --git
a/ThirdParty/PSCommon/BuildSystem/Platform.x86
b/ThirdParty/PSCommon/BuildSystem/Platform.x86
index 04dd480daad0e09440c9f3b159ccc08bf8052430..0dcf3c9443435cfdb04ebedf3996f1a3570f55e3 100644
(file)
--- 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