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

Issue 1955413003: Remove runtime NEON detection (Closed)

Created:
4 years, 7 months ago by pasko
Modified:
4 years, 7 months ago
Reviewers:
tlegrand-webrtc
CC:
webrtc-reviews_webrtc.org, interface-changes_webrtc.org, video-team_agora.io, yujie_mao (webrtc), kwiberg-webrtc, stefan-webrtc, Andrew MacDonald, zhengzhonghou_agora.io, hlundin-webrtc, tterriberry_mozilla.com, audio-team_agora.io, qiang.lu, niklas.enbom, peah-webrtc, the sun, aluebs-webrtc, bjornv1
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

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}

Patch Set 1 #

Patch Set 2 : gyp syntax #

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

Messages

Total messages: 23 (9 generated)
pasko
henrika: I am not sure who the best reviewer is for this, please route appropriately.
4 years, 7 months ago (2016-05-10 10:56:15 UTC) #3
henrika_webrtc
Reassigning to tlegrand@
4 years, 7 months ago (2016-05-10 11:13:46 UTC) #5
pasko
On 2016/05/10 11:13:46, henrika_webrtc wrote: > Reassigning to tlegrand@ friendly ping ;-)
4 years, 7 months ago (2016-05-12 12:36:59 UTC) #6
minyue-webrtc
On 2016/05/12 12:36:59, pasko wrote: > On 2016/05/10 11:13:46, henrika_webrtc wrote: > > Reassigning to ...
4 years, 7 months ago (2016-05-12 13:01:38 UTC) #7
minyue-webrtc
On 2016/05/12 13:01:38, minyue-webrtc wrote: > On 2016/05/12 12:36:59, pasko wrote: > > On 2016/05/10 ...
4 years, 7 months ago (2016-05-12 13:02:59 UTC) #8
pasko
On 2016/05/12 13:02:59, minyue-webrtc wrote: > On 2016/05/12 13:01:38, minyue-webrtc wrote: > > On 2016/05/12 ...
4 years, 7 months ago (2016-05-12 13:17:37 UTC) #9
tlegrand-webrtc
On 2016/05/12 13:17:37, pasko wrote: > On 2016/05/12 13:02:59, minyue-webrtc wrote: > > On 2016/05/12 ...
4 years, 7 months ago (2016-05-17 12:32:48 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1955413003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1955413003/20001
4 years, 7 months ago (2016-05-17 13:16:20 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: presubmit on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/presubmit/builds/5602)
4 years, 7 months ago (2016-05-17 13:21:31 UTC) #14
pasko
Presumbit complains: > ** Presubmit Messages ** > > You seem to be changing native ...
4 years, 7 months ago (2016-05-17 14:27:51 UTC) #15
kjellander_webrtc
On 2016/05/17 14:27:51, pasko wrote: > Presumbit complains: > > > ** Presubmit Messages ** ...
4 years, 7 months ago (2016-05-17 14:29:05 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1955413003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1955413003/20001
4 years, 7 months ago (2016-05-17 15:55:56 UTC) #19
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 7 months ago (2016-05-17 17:56:46 UTC) #21
commit-bot: I haz the power
4 years, 7 months ago (2016-05-17 17:56:58 UTC) #23
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/e305d956c0717a28ca88cd8547e5b310dfa74594
Cr-Commit-Position: refs/heads/master@{#12778}

Powered by Google App Engine
This is Rietveld 408576698