Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(147)

Unified Diff: third_party/qcms/qcms.gyp

Issue 10947012: Turn off SSE2 when building for ARM or MIPS. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Force disable_sse2 for ARM or MIPS. Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« build/common.gypi ('K') | « build/common.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/qcms/qcms.gyp
diff --git a/third_party/qcms/qcms.gyp b/third_party/qcms/qcms.gyp
index aeee4e6cba8fd118730d43f8c684afbbe46b0da6..4adbcb62b5f0ed62cb9a2cb375f9adbe82c29229 100644
--- a/third_party/qcms/qcms.gyp
+++ b/third_party/qcms/qcms.gyp
@@ -5,9 +5,8 @@
{
'variables': {
'conditions': [
- # For ARM, turn off SSE2.
# For x86, turn off SSE2 for non-CrOS *nix Chrome builds.
- ['disable_sse2==1 or target_arch=="arm" or \
+ ['disable_sse2==1 or \
(branding=="Chrome" and target_arch=="ia32" and \
os_posix==1 and OS!="mac" and chromeos==0)', {
'qcms_use_sse': 0,
« build/common.gypi ('K') | « build/common.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698