|
Remove runtime NEON detection
Chrome does not detect NEON instruction set at runtime in WebRTC code starting
with M50, which is now in Stable. Remove support for runtime detection for
simplicity.
The only remaining piece of Chrome that will continue to depend on runtime
detection is /net, where devices with _broken_ neon support are also detected,
and it is not configurable via GYP/GN.
BUG= 522035
NOPRESUBMIT=true
Committed: https://crrev.com/e305d956c0717a28ca88cd8547e5b310dfa74594
Cr-Commit-Position: refs/heads/master@{#12778}
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+38 lines, -116 lines) |
Patch |
|
M |
webrtc/BUILD.gn
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
webrtc/build/common.gypi
|
View
|
1
|
2 chunks |
+1 line, -4 lines |
0 comments
|
Download
|
|
M |
webrtc/build/webrtc.gni
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
|
M |
webrtc/common_audio/fir_filter.cc
|
View
|
|
1 chunk |
+0 lines, -7 lines |
0 comments
|
Download
|
|
M |
webrtc/common_audio/resampler/sinc_resampler.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
webrtc/common_audio/resampler/sinc_resampler.cc
|
View
|
|
1 chunk |
+0 lines, -6 lines |
0 comments
|
Download
|
|
M |
webrtc/common_audio/signal_processing/include/signal_processing_library.h
|
View
|
|
9 chunks |
+10 lines, -12 lines |
0 comments
|
Download
|
|
M |
webrtc/common_audio/signal_processing/spl_init.c
|
View
|
|
3 chunks |
+4 lines, -11 lines |
0 comments
|
Download
|
|
M |
webrtc/modules/audio_coding/codecs/isac/fix/source/codec.h
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
webrtc/modules/audio_coding/codecs/isac/fix/source/entropy_coding.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
webrtc/modules/audio_coding/codecs/isac/fix/source/filterbank_internal.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
webrtc/modules/audio_coding/codecs/isac/fix/source/filterbanks_unittest.cc
|
View
|
|
1 chunk |
+1 line, -5 lines |
0 comments
|
Download
|
|
M |
webrtc/modules/audio_coding/codecs/isac/fix/source/filters_unittest.cc
|
View
|
|
1 chunk |
+1 line, -5 lines |
0 comments
|
Download
|
|
M |
webrtc/modules/audio_coding/codecs/isac/fix/source/isacfix.c
|
View
|
|
2 chunks |
+2 lines, -6 lines |
0 comments
|
Download
|
|
M |
webrtc/modules/audio_coding/codecs/isac/fix/source/pitch_estimator_c.c
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
webrtc/modules/audio_coding/codecs/isac/fix/source/transform_unittest.cc
|
View
|
|
1 chunk |
+2 lines, -10 lines |
0 comments
|
Download
|
|
M |
webrtc/modules/audio_processing/aec/aec_core.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
webrtc/modules/audio_processing/aec/aec_core.cc
|
View
|
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
|
M |
webrtc/modules/audio_processing/aec/aec_rdft.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
webrtc/modules/audio_processing/aec/aec_rdft.cc
|
View
|
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
|
M |
webrtc/modules/audio_processing/aecm/aecm_core.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
webrtc/modules/audio_processing/aecm/aecm_core.cc
|
View
|
|
2 chunks |
+2 lines, -8 lines |
0 comments
|
Download
|
|
M |
webrtc/modules/audio_processing/ns/nsx_core.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
webrtc/modules/audio_processing/ns/nsx_core.c
|
View
|
|
4 chunks |
+4 lines, -9 lines |
0 comments
|
Download
|
|
M |
webrtc/modules/video_processing/util/denoiser_filter.cc
|
View
|
|
1 chunk |
+0 lines, -8 lines |
0 comments
|
Download
|
|
M |
webrtc/typedefs.h
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
Total messages: 23 (9 generated)
|