From 13a4ca961fd7da41b049c40e2469c24f61df5143 Mon Sep 17 00:00:00 2001 From: Alex Huszagh Date: Sun, 28 Sep 2025 09:18:22 -0500 Subject: [PATCH] Document correctness issues have a tradeoff. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bdd0244..8882375 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # float16 -This a fork of [half](https://crates.io/crates/half/), which removes most dependencies and fixing minor correctness issues. This has no affiliation to half. +This a fork of [half](https://crates.io/crates/half/), which removes most dependencies and fixing minor correctness issues (at a minor performance penalty). This has no affiliation to [`half`].