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

Unified Diff: gyp/opts.gypi

Issue 1075003002: Replace NEON assembly memset16 and memset32 with intrinsic versions. (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: Created 5 years, 8 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 | « no previous file | src/opts/SkUtils_opts_arm.cpp » ('j') | src/opts/SkUtils_opts_arm_neon.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/opts.gypi
diff --git a/gyp/opts.gypi b/gyp/opts.gypi
index 96283874b0a79c8a82eacc20d0f1de3afc2d3f91..90fc3ff75420d9e8a5b7e796404db2e1d6aa0d4d 100644
--- a/gyp/opts.gypi
+++ b/gyp/opts.gypi
@@ -32,9 +32,8 @@
'<(skia_src_path)/opts/SkBlurImage_opts_neon.cpp',
'<(skia_src_path)/opts/SkMorphology_opts_neon.cpp',
'<(skia_src_path)/opts/SkTextureCompression_opts_neon.cpp',
+ '<(skia_src_path)/opts/SkUtils_opts_arm_neon.cpp',
'<(skia_src_path)/opts/SkXfermode_opts_arm_neon.cpp',
- '<(skia_src_path)/opts/memset16_neon.S',
- '<(skia_src_path)/opts/memset32_neon.S',
],
'arm64_sources': [
'<(skia_src_path)/opts/SkBitmapProcState_arm_neon.cpp',
« no previous file with comments | « no previous file | src/opts/SkUtils_opts_arm.cpp » ('j') | src/opts/SkUtils_opts_arm_neon.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698