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

Unified Diff: skia/skia_common.gypi

Issue 430253002: Update NEON compiler flags for Skia to use the SK_ prefix. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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
Index: skia/skia_common.gypi
diff --git a/skia/skia_common.gypi b/skia/skia_common.gypi
index 46d073697fab38119b3be8c374419e80e6caae4e..23da0a9cc1140699ef286d967ab8eb9e9b06ab01 100644
--- a/skia/skia_common.gypi
+++ b/skia/skia_common.gypi
@@ -111,11 +111,13 @@
# Neon support.
[ 'target_arch == "arm" and arm_version >= 7 and arm_neon == 1', {
'defines': [
+ 'SK_ARM_HAS_NEON',
'__ARM_HAVE_NEON',
],
}],
[ 'target_arch == "arm" and arm_version >= 7 and arm_neon_optional == 1', {
'defines': [
+ 'SK_ARM_HAS_OPTIONAL_NEON',
'__ARM_HAVE_OPTIONAL_NEON_SUPPORT',
],
}],
« no previous file with comments | « skia/BUILD.gn ('k') | skia/skia_library_opts.gyp » ('j') | skia/skia_library_opts.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698