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

Unified Diff: gyp/core.gyp

Issue 353823005: Focus disabled optimizations on just BGRAConvolve2D, and only 32-bit. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: fix clang? Created 6 years, 6 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
« no previous file with comments | « no previous file | src/core/SkConvolver.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/core.gyp
diff --git a/gyp/core.gyp b/gyp/core.gyp
index 1ffcc7baefae5928b35d490448594ff6b06380f7..64cc79bf5b116fbc2f1223bc34e9b6f33df4d0c9 100644
--- a/gyp/core.gyp
+++ b/gyp/core.gyp
@@ -31,11 +31,6 @@
],
'msvs_disabled_warnings': [4244, 4267,4345, 4390, 4554, 4800],
'conditions': [
- [ 'skia_arch_type == "x86"', {
- # GCC autovectorization makes some GMs flaky on 32-bit release builds.
- # skbug.com/2575. This bug is likely somewhere here in src/core.
- 'cflags': [ '-fno-tree-vectorize' ]
- }],
[ 'skia_os in ["linux", "freebsd", "openbsd", "solaris", "chromeos"]', {
'link_settings': {
'libraries': [
« no previous file with comments | « no previous file | src/core/SkConvolver.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698