Should I use bitcast instruction or there is another way of converting f64 to raw bits (smth like f64::to_bits)
@Adel Prokurov You should use the bitcast instruction.
Last updated: Nov 22 2024 at 17:03 UTC