SPIRV-Tools/include
Andrew Woloszyn 6dfd4186f5 Updated HexFloat parsing for windows.
It is valid for float values to be modified on copy if they are NaN,
so long as they remain the correct NaN. What this means is that
we can not rely on the float data-type for storing float values
if we want to retain bit patterns.

Added FloatProxy which stores data in an unsigned integer, and updated
the HexFloat template to deal with FloatProxy values instead.
2015-11-02 13:52:31 -05:00
..
libspirv Use spirv.h instead of spirv.hpp. 2015-11-02 13:52:20 -05:00
util Updated HexFloat parsing for windows. 2015-11-02 13:52:31 -05:00