Lioncash 7a3158a693 Interpreter_FPUtils: Don't use a union to type-pun between integral and FP types
The previous code invokes undefined behavior. memcpy will optimize away
to the relevant loads and stores while maintaining well-defined
behavior.
2018-04-12 19:44:31 -04:00
..
2017-06-03 18:20:41 -07:00
2017-06-27 00:06:14 -07:00
2018-04-12 21:28:39 +02:00