From 420625b25c72983fac4974f96445df8a99512a15 Mon Sep 17 00:00:00 2001 From: ado Date: Wed, 30 Mar 2022 20:15:14 +0200 Subject: [PATCH] update README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 44d97d4..d54b405 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,8 @@ $ sudo make install *Note, this will also install the fast_float library* The library supports [CMake](#Cmake) and [meson](#Meson) build systems +The library can also be used as a single header with **`ssp.hpp`**, but it sufferes a slight performance loss when converting floating point values since the fast_float library is not present within the header. + # Usage ## Headers