From 0bc93c1b83e863e23ed5d52d12b307c2dfcab4fd Mon Sep 17 00:00:00 2001 From: Daniel Lemire Date: Mon, 19 Oct 2020 14:43:59 -0400 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d36de84..6d40c05 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ ## fast_float number parsing library +![Ubuntu 20.04 CI (GCC 9)](https://github.com/lemire/fast_float/workflows/Ubuntu%2020.04%20CI%20(GCC%209)/badge.svg) +![Ubuntu 18.04 CI (GCC 7)](https://github.com/lemire/fast_float/workflows/Ubuntu%2018.04%20CI%20(GCC%207)/badge.svg) +![VS16-CI](https://github.com/lemire/fast_float/workflows/VS16-CI/badge.svg) + The fast_float library provides fast header-only implementations for the C++ from_chars functions for `float` and `double` types. These functions convert ASCII strings representing decimal values (e.g., `1.3e10`) into binary types. We provide exact rounding (including @@ -86,4 +90,4 @@ Michael Eisel, who motivated the original research with his key insights, and wi invaluable feedback. The library includes code adapted from Google Wuffs (written by Nigel Tao) which was originally published -under the Apache 2.0 license. \ No newline at end of file +under the Apache 2.0 license.