cosmopolitan/third_party/double-conversion/README.cosmo
Justine Tunney 7e0a09feec
Mint APE Loader v1.5
This change ports APE Loader to Linux AARCH64, so that Raspberry Pi
users can run programs like redbean, without the executable needing
to modify itself. Progress has also slipped into this change on the
issue of making progress better conforming to user expectations and
industry standards regarding which symbols we're allowed to declare
2023-07-26 13:54:49 -07:00

17 lines
381 B
Text

DESCRIPTION
Efficient binary-decimal and decimal-binary conversion routines for IEEE doubles.
ORIGIN
double-conversion 3.2.0
https://github.com/google/double-conversion/archive/refs/tags/v3.2.0.zip
9e0c13564e17362aad8a32c1344a2214f71952c6
LICENSE
BSD 3-Clause License
LOCAL CHANGES
- Use unassert() macro for undefined behavior on failed assertions