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

Unified Diff: src/opts/SkOpts_neon.cpp

Issue 1639863002: try plain-old code for sk_memset16/32 now that NEON is compile-time (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: for Created 4 years, 10 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/SkOpts.cpp ('k') | src/opts/SkUtils_opts.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/opts/SkOpts_neon.cpp
diff --git a/src/opts/SkOpts_neon.cpp b/src/opts/SkOpts_neon.cpp
index 80fb4e93d01b840ac2f8418f90d07db6ee246e1f..e96cf177d28f8c4223d01ffa8d0c3510d3d3267a 100644
--- a/src/opts/SkOpts_neon.cpp
+++ b/src/opts/SkOpts_neon.cpp
@@ -16,13 +16,10 @@
#include "SkMorphologyImageFilter_opts.h"
#include "SkSwizzler_opts.h"
#include "SkTextureCompressor_opts.h"
-#include "SkUtils_opts.h"
#include "SkXfermode_opts.h"
namespace SkOpts {
void Init_neon() {
- memset16 = sk_neon::memset16;
- memset32 = sk_neon::memset32;
create_xfermode = sk_neon::create_xfermode;
box_blur_xx = sk_neon::box_blur_xx;
« no previous file with comments | « src/core/SkOpts.cpp ('k') | src/opts/SkUtils_opts.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698