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

Unified Diff: media/media.gyp

Issue 10960023: Add ARM NEON intrinsic optimizations for SincResampler. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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
Index: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index 6996ca1e78d14bd9fc70a6cee496d3383ce29d2d..bfbddbc77e0855a36a3772b5167708b2771af641 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -327,6 +327,11 @@
],
},
'conditions': [
+ ['arm_neon == 1', {
Ami GONE FROM CHROMIUM 2012/09/21 04:41:41 You need this same block in the media_unittests ta
DaleCurtis 2012/09/24 19:54:37 Done.
+ 'defines': [
+ 'USE_NEON'
+ ],
+ }],
['OS != "ios"', {
'dependencies': [
'../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
« media/base/sinc_resampler_unittest.cc ('K') | « media/base/sinc_resampler_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698