fixed description

This commit is contained in:
Chris Boesch
2026-06-21 15:43:28 +02:00
parent 1ad3534e4d
commit f3df08d8e0
+1 -1
View File
@@ -51,7 +51,7 @@ comptime {
//
// Try to make the float below negative:
/// IEEE 754 half precision float
// IEEE 754 binary16 floating-point format
const Float = packed union(u16) {
value: f16,
bits: packed struct(u16) {