-
- Downloads
Add deftransform for %single-float and %double-float so we can convert
(unsigned-byte 32) numbers to floats using a handful of instructions. The single-float deftransform was tested for all possible values 32-bit values and produces the correct result in all cases. This could easily be extended to numbers as large as 62 bits long for double floats (46 for single). Should we?
Loading
Please register or sign in to comment