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

Unified Diff: include/core/SkPreConfig.h

Issue 432453003: Remove copile time enabling of SK_ARM_HAS_NEON. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/core/SkPreConfig.h
diff --git a/include/core/SkPreConfig.h b/include/core/SkPreConfig.h
index 7d368918a40d6cc4d44ceccd811122c2e7fe21b1..c7331113dc5fb5c5548582cbbf794b04185aa947 100644
--- a/include/core/SkPreConfig.h
+++ b/include/core/SkPreConfig.h
@@ -197,10 +197,6 @@
#define SK_CPU_ARM64
#endif
-#if !defined(SK_ARM_HAS_NEON) && defined(__ARM_NEON__)
- #define SK_ARM_HAS_NEON
-#endif
-
//////////////////////////////////////////////////////////////////////
#if !defined(SKIA_IMPLEMENTATION)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698