ieee754
ieee754 copied to clipboard
License missing
This code is quite interesting for cross-platform network compatibility, but currently lacks a license which would make sure that using it in a project is legal. LGPL 2.1+ or MIT would be preferable for my part.
A FLOSS implementation of IEEE754 32-bit floats can be found here: https://github.com/minetest/minetest/blob/master/src/util/ieee_float.cpp (C++11, LGPL 2.1+)
These conversion functions are compatible in memory-representation with the common implementation on x86_64 systems.