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

Unified Diff: src/opts/SkUtils_opts_arm.cpp

Issue 285313002: SSE2 implementation of memcpy32 (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: rebase and fix comments Created 6 years, 7 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/opts/SkUtils_opts_SSE2.cpp ('k') | src/opts/SkUtils_opts_none.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/opts/SkUtils_opts_arm.cpp
diff --git a/src/opts/SkUtils_opts_arm.cpp b/src/opts/SkUtils_opts_arm.cpp
index 2c57a3e9774e0d987cfb6ab1b12b8fd3e4a06338..b1c9d0aa93e188d2bad85c03fa31a3ba97f3d51f 100644
--- a/src/opts/SkUtils_opts_arm.cpp
+++ b/src/opts/SkUtils_opts_arm.cpp
@@ -51,3 +51,7 @@ SkMemset32Proc SkMemset32GetPlatformProc() {
return arm_memset32;
#endif
}
+
+SkMemcpy32Proc SkMemcpy32GetPlatformProc() {
+ return NULL;
+}
« no previous file with comments | « src/opts/SkUtils_opts_SSE2.cpp ('k') | src/opts/SkUtils_opts_none.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698