aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkPreConfig.h
diff options
context:
space:
mode:
authorGravatar Derek Sollenberger <djsollen@google.com>2014-08-01 09:21:19 -0400
committerGravatar Derek Sollenberger <djsollen@google.com>2014-08-01 09:21:19 -0400
commit3836dc80a6aebdfbe06c6a4dc7a8d742c61f49ba (patch)
tree80719490f2f41960a886924c96cfc1a9e6cfc3f9 /include/core/SkPreConfig.h
parent21769c52491b4e1c91cf7461af535aff2a1a18f7 (diff)
Remove copile time enabling of SK_ARM_HAS_NEON.
We need to know this in our build system so that we can include the necessary neon CPP files. R=mtklein@google.com Review URL: https://codereview.chromium.org/432453003
Diffstat (limited to 'include/core/SkPreConfig.h')
-rw-r--r--include/core/SkPreConfig.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/core/SkPreConfig.h b/include/core/SkPreConfig.h
index 7d368918a4..c7331113dc 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)