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: Jul 29 2026 at 05:03 UTC