commit | e305d956c0717a28ca88cd8547e5b310dfa74594 | [log] [tgz] |
---|---|---|
author | pasko <pasko@chromium.org> | Tue May 17 17:56:40 2016 |
committer | Commit bot <commit-bot@chromium.org> | Tue May 17 17:56:48 2016 |
tree | 5a99a73b29fb886acf42a48f2dfb91d224e08561 | |
parent | de8739c120afaf43c7642d2bfd8fc8ec3fc9abe9 [diff] |
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 Review-Url: https://codereview.webrtc.org/1955413003 Cr-Commit-Position: refs/heads/master@{#12778}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others. This page is maintained by the Google Chrome team.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.