Skip to content

Commit

Permalink
Minor fix-up in comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
c-blake committed Dec 25, 2024
1 parent 08de45d commit dbee89e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adix/lna.nim
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
type f4s {.packed.} = object # De-structuring object for IEEE-single
frac1 {.bitsize: 16}: cuint # Little-Endian format only right now
frac0 {.bitsize: 7}: cuint # `cuint` should make Nim use `unsigned`
expo {.bitsize: 8}: cuint #..for expressions like `expo-126`. Not
expo {.bitsize: 8}: cuint #..for expressions like `expo-127`. Not
sign {.bitsize: 1}: cuint #..sure where this is documented.

const r1_2 = 0.70710678118654752440f64
Expand Down

0 comments on commit dbee89e

Please sign in to comment.