Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1145)

Unified Diff: src/opts/opts_arm_files.mk

Issue 4323046: Add NEON runtime detection for ARM platforms Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 13 years ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/opts/SkBlitRow_opts_arm_neon.cpp ('k') | src/opts/opts_check_arm.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/opts/opts_arm_files.mk
===================================================================
--- src/opts/opts_arm_files.mk (revision 0)
+++ src/opts/opts_arm_files.mk (revision 0)
@@ -0,0 +1,12 @@
+SOURCE := \
+ opts_check_arm.cpp \
+ SkBitmapProcState_opts_arm.cpp \
+ SkBlitRow_opts_arm.cpp
+
+ASM_SOURCE := \
+ memset.arm.S
+
+NEON_SOURCE := SkBlitRow_opts_arm_neon.cpp
+
+NEON_ASM_SOURCE := memset16_neon.S \
+ memset32_neon.S
« no previous file with comments | « src/opts/SkBlitRow_opts_arm_neon.cpp ('k') | src/opts/opts_check_arm.cpp » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b