fixup! add readme

This commit is contained in:
numzero 2026-02-17 05:32:35 +03:00
parent 493ef7e293
commit 5bc55414a3

View File

@ -1,6 +1,6 @@
# F8: 8-bit floats
<div class="warning">Not for production use!</div>
> :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.