ieee754 icon indicating copy to clipboard operation
ieee754 copied to clipboard

License missing

Open SmallJoker opened this issue 7 years ago • 1 comments

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.

SmallJoker avatar Jul 21 '18 20:07 SmallJoker

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.

SmallJoker avatar Oct 03 '20 12:10 SmallJoker