-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove dead std::to_chars version of float-to-str conversion
Summary: This removes the dead code path that does float-to-string conversion with `std::to_chars`. This increased binary size on android because android apps bundle a copy of the C++ standard library in each APK. This was the opposite of the intention to reduce binary size for android by relying on the standard library instead of double-conversion. Reviewed By: Gownta Differential Revision: D66378465 fbshipit-source-id: 7ba44c3388e704a867197e366f0e7d2740f0a849
- Loading branch information
1 parent
dd1de90
commit 2256efb
Showing
5 changed files
with
7 additions
and
674 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.