RootCauseunvalidated
using `reinterpret_cast` the way you are is undefined behavior — Also the byte representation of a `float` might differ among different machines. Tension: Another issue with changing machines could be endianness. Outcome: this solution also does not cover it.
c28febcc-ac32-4af6-873c-c7346b8eb57a
using reinterpret_cast the way you are is undefined behavior — Also the byte representation of a float might differ among different machines. Tension: Another issue with changing machines could be endianness. Outcome: this solution also does not cover it.