aboutsummaryrefslogtreecommitdiff
path: root/XBMC.xcodeproj
diff options
context:
space:
mode:
authorulion <ulion2002@gmail.com>2013-03-25 21:49:34 +0800
committerulion <ulion2002@gmail.com>2013-03-25 21:49:34 +0800
commit4558c03c7e6473bda54aba46b30507bc1a4a3ea4 (patch)
tree9935bd4d41583bc22faba12d373b6a89108692b8 /XBMC.xcodeproj
parent0587b0bfa4c3ed041bcaf0ab27a6f4d3a79a4423 (diff)
[OSX] SSE42 is for i7+ cpu, should not be set by default.
Diffstat (limited to 'XBMC.xcodeproj')
-rw-r--r--XBMC.xcodeproj/project.pbxproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/XBMC.xcodeproj/project.pbxproj b/XBMC.xcodeproj/project.pbxproj
index fde599e2d7..4c4f01d302 100644
--- a/XBMC.xcodeproj/project.pbxproj
+++ b/XBMC.xcodeproj/project.pbxproj
@@ -7765,7 +7765,7 @@
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
GCC_ENABLE_SSE3_EXTENSIONS = YES;
GCC_ENABLE_SSE41_EXTENSIONS = YES;
- GCC_ENABLE_SSE42_EXTENSIONS = YES;
+ GCC_ENABLE_SSE42_EXTENSIONS = NO;
GCC_ENABLE_SUPPLEMENTAL_SSE3_INSTRUCTIONS = YES;
GCC_INLINES_ARE_PRIVATE_EXTERN = NO;
GCC_MODEL_TUNING = "";
@@ -7892,7 +7892,7 @@
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
GCC_ENABLE_SSE3_EXTENSIONS = YES;
GCC_ENABLE_SSE41_EXTENSIONS = YES;
- GCC_ENABLE_SSE42_EXTENSIONS = YES;
+ GCC_ENABLE_SSE42_EXTENSIONS = NO;
GCC_ENABLE_SUPPLEMENTAL_SSE3_INSTRUCTIONS = YES;
GCC_FAST_OBJC_DISPATCH = YES;
GCC_INLINES_ARE_PRIVATE_EXTERN = NO;