Skip to content

Commit

Permalink
Add Ryū as a submodule.
Browse files Browse the repository at this point in the history
Ryū is a recent algorithm by Ulf Adams that efficiently converts IEEE-754
floating-point numbers to decimal strings. The repository contains an
implementation in C under the Apache 2.0 license, which we can use directly.
  • Loading branch information
nwc10 committed Apr 30, 2021
1 parent 09c4c4d commit a08bb70
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@
[submodule "3rdparty/libatomicops"]
path = 3rdparty/libatomicops
url = https://github.com/MoarVM/libatomic_ops
[submodule "3rdparty/ryu"]
path = 3rdparty/ryu
url = https://github.com/ulfjack/ryu
1 change: 1 addition & 0 deletions 3rdparty/ryu
Submodule ryu added at 6f8583

0 comments on commit a08bb70

Please sign in to comment.