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

Unified Diff: src/core/SkUtilsArm.cpp

Issue 22193002: Enable SkUtilsArm on all ARM platforms and always use NDK compliant NEON dectection. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: fix missing dependency Created 7 years, 4 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 | « gyp/core.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/core/SkUtilsArm.cpp
diff --git a/src/core/SkUtilsArm.cpp b/src/core/SkUtilsArm.cpp
index b0eaac00bbc015efbf1375d49603c915048f168e..87a4a7fb0ad2caea1aadffab1f73ea679c69f46e 100644
--- a/src/core/SkUtilsArm.cpp
+++ b/src/core/SkUtilsArm.cpp
@@ -20,7 +20,7 @@
// cpu-features helper library to detect NEON at runtime. See
// http://crbug.com/164154 to see why this is needed in Chromium
// for Android.
-#if defined(SK_BUILD_FOR_ANDROID) && defined(SK_BUILD_FOR_CHROMIUM)
+#if defined(SK_BUILD_FOR_ANDROID)
# define USE_ANDROID_NDK_CPU_FEATURES 1
#else
# define USE_ANDROID_NDK_CPU_FEATURES 0
« no previous file with comments | « gyp/core.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698