MIPS optimizations for Signal Processing Library patch01

Review URL: https://webrtc-codereview.appspot.com/1028004
Patch from Ljubomir Papuga <lpapuga@mips.com>.

git-svn-id: http://webrtc.googlecode.com/svn/trunk@3557 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
andrew@webrtc.org
2013-02-21 20:12:21 +00:00
parent 60f83131e4
commit 5140e24037
8 changed files with 790 additions and 4 deletions

View File

@ -84,6 +84,12 @@
}],
],
}],
['target_arch=="mipsel"', {
'sources': [
'min_max_operations_mips.c',
'resample_by_2_mips.c',
],
}],
],
# Ignore warning on shift operator promotion.
'msvs_disabled_warnings': [ 4334, ],