Stream: general

Topic: How to cast float value to bits?


view this post on Zulip Adel Prokurov (Mar 27 2021 at 04:53):

Should I use bitcast instruction or there is another way of converting f64 to raw bits (smth like f64::to_bits)

view this post on Zulip bjorn3 (Mar 27 2021 at 10:51):

@Adel Prokurov You should use the bitcast instruction.


Last updated: Oct 23 2024 at 20:03 UTC