packages feed

crackNum 3.13 → 3.14

raw patch · 3 files changed

+7/−3 lines, 3 files

Files

CHANGES.md view
@@ -1,7 +1,11 @@ * Hackage: <http://hackage.haskell.org/package/crackNum> * GitHub:  <http://github.com/LeventErkok/crackNum/> -* Latest Hackage released version: 3.10, 2024-03-01+* Latest Hackage released version: 3.14, 2024-09-23++### Version 3.14, 2024-09-23++  * Fix README  ### Version 3.13, 2024-09-23 
README.md view
@@ -145,7 +145,7 @@    crackNum -f3+4    0b0111001             -- decode as float with 3 bits exponent, 4 bits significand    crackNum -fbp     0x000F                -- decode as a brain-precision float    crackNum -fdp     0x8000000000000000    -- decode as a double-precision float-   crackNum -fhp     0x8000000000000000    -- decode as a double-precision float+   crackNum -fhp     0x8000                -- decode as a half-precision float    crackNum -l4 -fhp 64\'hbdffaaffdc71fc60 -- decode as half-precision float over 4 lanes using verilog notation   Notes:
crackNum.cabal view
@@ -1,6 +1,6 @@ Cabal-version      : 2.2 Name               : crackNum-Version            : 3.13+Version            : 3.14 Synopsis           : Crack various integer and floating-point data formats Description        : Crack IEEE-754 float formats and arbitrary sized words and integers, showing the layout.                      .