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

Unified Diff: third_party/libwebp/dsp/neon.h

Issue 1546003002: libwebp: update to 0.5.0 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years 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 | « third_party/libwebp/dsp/mips_macro.h ('k') | third_party/libwebp/dsp/rescaler.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libwebp/dsp/neon.h
diff --git a/third_party/libwebp/dsp/neon.h b/third_party/libwebp/dsp/neon.h
index 7e06eaeef967daa57edd8b75913f88cd4fed2c79..0a06266848f223b99ee60e44aefc1929da3b46a6 100644
--- a/third_party/libwebp/dsp/neon.h
+++ b/third_party/libwebp/dsp/neon.h
@@ -19,7 +19,7 @@
// Right now, some intrinsics functions seem slower, so we disable them
// everywhere except aarch64 where the inline assembly is incompatible.
#if defined(__aarch64__)
-#define USE_INTRINSICS // use intrinsics when possible
+#define WEBP_USE_INTRINSICS // use intrinsics when possible
#endif
#define INIT_VECTOR2(v, a, b) do { \
« no previous file with comments | « third_party/libwebp/dsp/mips_macro.h ('k') | third_party/libwebp/dsp/rescaler.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698