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

Unified Diff: gyp/opts.gypi

Issue 2260823002: Use ARMv8 CRC32 instructions for SkOpts::hash(). (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: rebase Created 4 years, 4 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/core/SkOpts.cpp » ('j') | no next file with comments »
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 8538eecc6611db6769a81a294632b5947ed9955a..9aeb7f34b2d9b625f558dd2e6eac34d49d783ffb 100644
--- a/gyp/opts.gypi
+++ b/gyp/opts.gypi
@@ -30,7 +30,7 @@
'<(skia_src_path)/opts/SkBlitRow_opts_arm_neon.cpp',
],
'crc32_sources': [
- '<(skia_src_path)/core/SkForceCPlusPlusLinking.cpp',
+ '<(skia_src_path)/opts/SkOpts_crc32.cpp',
],
'mips_dsp_sources': [
« no previous file with comments | « no previous file | src/core/SkOpts.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698