mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
Bug 827359 - Disable unconditional use of NEON code in WebRTC DSP code. r=jesup
This commit is contained in:
parent
0cf3131b1b
commit
58cf683f4d
@ -75,7 +75,7 @@
|
||||
'filter_ar_fast_q12.c',
|
||||
],
|
||||
'conditions': [
|
||||
['arm_neon==1', {
|
||||
['0==1 and arm_neon==1', {
|
||||
'sources': [
|
||||
'cross_correlation_neon.s',
|
||||
'downsample_fast_neon.s',
|
||||
@ -88,6 +88,9 @@
|
||||
],
|
||||
}],
|
||||
],
|
||||
'defines!': [
|
||||
'WEBRTC_ARCH_ARM_NEON'
|
||||
],
|
||||
}],
|
||||
],
|
||||
}],
|
||||
|
Loading…
Reference in New Issue
Block a user