From a18b614b0ec591e30d74d26e07162b737236fdce Mon Sep 17 00:00:00 2001 From: Koleman Nix Date: Sat, 7 Mar 2026 14:20:13 -0500 Subject: [PATCH 1/2] Mention C under other languages --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e63db6b..c90a632 100644 --- a/README.md +++ b/README.md @@ -492,6 +492,8 @@ Packages [Jackson](https://github.com/FasterXML/jackson-core). * [There is a C# port of the fast_float library](https://github.com/CarlVerret/csFastFloat) called `csFastFloat`. +* There is a [plain C port](https://github.com/kolemannix/ffc.h) (c99) of the fast_float library +called ffc.h ## How fast is it? From b83fdd79cee7db392e54e9913918905bcbedb5f0 Mon Sep 17 00:00:00 2001 From: Koleman Nix Date: Sat, 7 Mar 2026 14:23:07 -0500 Subject: [PATCH 2/2] consistency --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index c90a632..cc32162 100644 --- a/README.md +++ b/README.md @@ -492,8 +492,7 @@ Packages [Jackson](https://github.com/FasterXML/jackson-core). * [There is a C# port of the fast_float library](https://github.com/CarlVerret/csFastFloat) called `csFastFloat`. -* There is a [plain C port](https://github.com/kolemannix/ffc.h) (c99) of the fast_float library -called ffc.h +* [There is a plain C port of the fast_float library](https://github.com/kolemannix/ffc.h) called ffc.h ## How fast is it?