Update README.md

This commit is contained in:
Daniel Lemire 2020-11-23 15:09:30 -05:00 committed by GitHub
parent 3dab88a245
commit e78525d3e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,7 +64,7 @@ the type `fast_float::chars_format`. It is a bitset value: we check whether
to determine whether we allow the fixed point and scientific notation respectively. to determine whether we allow the fixed point and scientific notation respectively.
The default is `fast_float::chars_format::general` which allows both `fixed` and `scientific`. The default is `fast_float::chars_format::general` which allows both `fixed` and `scientific`.
We support Visual Studio, macOS, Linux, freeBSD. We support Visual Studio, macOS, Linux, freeBSD. We support big and little endian. We support 32-bit and 64-bit systems.
## Relation With Other Work ## Relation With Other Work