From e78525d3e2b0355d4cf8b6784c7cdd79fcd6bd56 Mon Sep 17 00:00:00 2001 From: Daniel Lemire Date: Mon, 23 Nov 2020 15:09:30 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bc8003b..67d2fc2 100644 --- a/README.md +++ b/README.md @@ -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. 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