Skip to content
Snippets Groups Projects
Commit 907b7746 authored by rtoy's avatar rtoy
Browse files

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?
parent 4a137147
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment