diff options
author | ulion <ulion2002@gmail.com> | 2013-03-26 08:10:54 +0800 |
---|---|---|
committer | ulion <ulion2002@gmail.com> | 2013-03-26 08:10:54 +0800 |
commit | be6d3a79d6e962b2fdead4ba5af0424f52904d83 (patch) | |
tree | c93d4d21df9b90c18fc74dfbf18b74347cb9a60a /XBMC.xcodeproj | |
parent | 9bb56509566f1f874f402120c3bfe3403204c67a (diff) |
[OSX] SSE4.1 is also not supported by some of old macbook, e.g. cpu T7200.
Diffstat (limited to 'XBMC.xcodeproj')
-rw-r--r-- | XBMC.xcodeproj/project.pbxproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/XBMC.xcodeproj/project.pbxproj b/XBMC.xcodeproj/project.pbxproj index 72ba1250f5..a859fa674d 100644 --- a/XBMC.xcodeproj/project.pbxproj +++ b/XBMC.xcodeproj/project.pbxproj @@ -7764,7 +7764,7 @@ GCC_DYNAMIC_NO_PIC = NO; GCC_ENABLE_OBJC_EXCEPTIONS = YES; GCC_ENABLE_SSE3_EXTENSIONS = YES; - GCC_ENABLE_SSE41_EXTENSIONS = YES; + GCC_ENABLE_SSE41_EXTENSIONS = NO; GCC_ENABLE_SSE42_EXTENSIONS = NO; GCC_ENABLE_SUPPLEMENTAL_SSE3_INSTRUCTIONS = YES; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; @@ -7892,7 +7892,7 @@ GCC_DYNAMIC_NO_PIC = NO; GCC_ENABLE_OBJC_EXCEPTIONS = YES; GCC_ENABLE_SSE3_EXTENSIONS = YES; - GCC_ENABLE_SSE41_EXTENSIONS = YES; + GCC_ENABLE_SSE41_EXTENSIONS = NO; GCC_ENABLE_SSE42_EXTENSIONS = NO; GCC_ENABLE_SUPPLEMENTAL_SSE3_INSTRUCTIONS = YES; GCC_FAST_OBJC_DISPATCH = YES; |