From 2da0f85488879d7e3072fb6449b20eca5e1b4ec5 Mon Sep 17 00:00:00 2001 From: bungeman Date: Wed, 23 Jul 2014 11:28:18 -0700 Subject: Revert of Enable the SSSE3 compile time check on all platforms. (https://codereview.chromium.org/403583002/) Reason for revert: This is blocking the roll. Chromium Windows trybots (like win_chromium_x64_rel) are crashing in the SSSE3 code (for example SkCanvasVideoRenderTest.CroppedFrame). Original issue's description: > Enable the SSSE3 compile time check on all platforms (3rd attempt) > > BUG=skia:2746 > > Committed: https://skia.googlesource.com/skia/+/933834851f9d48fbd85b728cc92e1f0134bfaa4e R=halcanary@google.com, mtklein@google.com, djsollen@google.com TBR=djsollen@google.com, halcanary@google.com, mtklein@google.com NOTREECHECKS=true NOTRY=true BUG=skia:2746 Author: bungeman@google.com Review URL: https://codereview.chromium.org/418523002 --- gyp/common_conditions.gypi | 5 ----- 1 file changed, 5 deletions(-) (limited to 'gyp/common_conditions.gypi') diff --git a/gyp/common_conditions.gypi b/gyp/common_conditions.gypi index abb47502b6..69f1ddbcd4 100644 --- a/gyp/common_conditions.gypi +++ b/gyp/common_conditions.gypi @@ -646,11 +646,6 @@ '-fuse-ld=gold', ], 'conditions': [ - [ 'skia_arch_type == "x86"', { - 'cflags': [ - '-mssse3', - ], - }], [ 'skia_android_framework', { 'libraries!': [ '-lstdc++', -- cgit v1.2.3