From 5bc55414a3f9560b2a7795a5588c1dd93eb16528 Mon Sep 17 00:00:00 2001 From: numzero Date: Tue, 17 Feb 2026 05:32:35 +0300 Subject: [PATCH] fixup! add readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ac09d30..729974d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # F8: 8-bit floats -
Not for production use!
+> :warning: Not for production use! F8 is a toy software floating-point math library. It provides an 8-bit floating point type `F8`, with 5 mantissa bits, 3 exponent bits, and no sign bit.