aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-10-16 16:24:08 +0000
committerGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-10-16 16:24:08 +0000
commitb4c29c536374cdc8657838744002e8a770dff871 (patch)
tree99afdb344eae113f1d96a562e128245ab64b3e6f /gyp
parent8b66abb9bc78fd031334f565c9394f4fdc99811b (diff)
ARM Skia NEON patches - 30 - Xfermode: NEON modeprocs
Xfermode: NEON implementation of SIMD procs This patch contains a NEON implementation for a number of Xfermodes. It provides a big speedup on Xfermode benchmarks (currently up to 3x with gcc4.7 but up to 10x when gcc produces optimal code for it). Signed-off-by: Kévin PETIT <kevin.petit@arm.com> BUG= Committed: http://code.google.com/p/skia/source/detail?r=11777 R=djsollen@google.com, mtklein@google.com, reed@google.com, robertphillips@google.com Author: kevin.petit.arm@gmail.com Review URL: https://codereview.chromium.org/26627004 git-svn-id: http://skia.googlecode.com/svn/trunk@11813 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp')
-rw-r--r--gyp/core.gyp1
-rw-r--r--gyp/opts.gyp1
2 files changed, 2 insertions, 0 deletions
diff --git a/gyp/core.gyp b/gyp/core.gyp
index 2639ff45c5..3034264570 100644
--- a/gyp/core.gyp
+++ b/gyp/core.gyp
@@ -22,6 +22,7 @@
'../include/utils',
'../include/xml',
'../src/core',
+ '../src/opts',
'../src/image',
],
'sources': [
diff --git a/gyp/opts.gyp b/gyp/opts.gyp
index 04966ba67b..d9cd6f29ba 100644
--- a/gyp/opts.gyp
+++ b/gyp/opts.gyp
@@ -173,6 +173,7 @@
'../src/opts/SkBitmapProcState_matrix_clamp_neon.h',
'../src/opts/SkBitmapProcState_matrix_repeat_neon.h',
'../src/opts/SkBlitRow_opts_arm_neon.cpp',
+ '../src/opts/SkXfermode_opts_arm_neon.cpp',
],
},
],