-
- Downloads
Micro optimize float bits getters.
When the float is in a register, we don't have to store it to memory to get at the parts. SSE2 has instructions to move from an XMM register to a general purpose register.
Please register or sign in to comment