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

Unified Diff: src/core/SkOpts.cpp

Issue 2322033002: Apple devices do not support CRC32 instructions. Don't believe Clang's lies. (Closed)
Patch Set: Created 4 years, 3 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 | « src/core/SkCpu.h ('k') | src/opts/SkChecksum_opts.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/core/SkOpts.cpp
diff --git a/src/core/SkOpts.cpp b/src/core/SkOpts.cpp
index 879eefcde1343e00d05f2b47149b41c27c6ee93b..9ecad15416c527e771500ec5510c6a4c63f8926c 100644
--- a/src/core/SkOpts.cpp
+++ b/src/core/SkOpts.cpp
@@ -11,7 +11,7 @@
#include "SkOpts.h"
#if defined(SK_ARM_HAS_NEON)
- #if defined(__ARM_FEATURE_CRC32)
+ #if defined(SK_ARM_HAS_CRC32)
#define SK_OPTS_NS neon_and_crc32
#else
#define SK_OPTS_NS neon
« no previous file with comments | « src/core/SkCpu.h ('k') | src/opts/SkChecksum_opts.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698