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

Unified Diff: skia/skia.gyp

Issue 354021: arm: more NEON opts (Closed)
Patch Set: . Created 11 years, 1 month 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/skia.gyp
diff --git a/skia/skia.gyp b/skia/skia.gyp
index 151f47902377d52bcb29edbb250aadbdd0260422..54de648004cbb27bc7107459371312b8701a2dd4 100644
--- a/skia/skia.gyp
+++ b/skia/skia.gyp
@@ -579,6 +579,15 @@
[ 'target_arch == "arm" and armv7 == 1', {
'defines': [
'__ARM_HAVE_NEON',
+ '__ARM_ARCH__=7',
+ ],
+ 'sources!': [
+ '../third_party/skia/src/opts/SkBitmapProcState_opts_none.cpp',
+ '../third_party/skia/src/opts/SkBlitRow_opts_none.cpp',
+ ],
+ 'sources': [
+ '../third_party/skia/src/opts/SkBitmapProcState_opts_arm.cpp',
+ '../third_party/skia/src/opts/SkBlitRow_opts_arm.cpp',
],
}],
[ 'OS == "linux" or OS == "freebsd"', {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698