float16_t
float16_t copied to clipboard
Make float16 easier to consume for build systems
The main gist of this pull request is that I have moved the float16_t.hpp header into its own folder hierarchy. This makes it much simpler to consume for other build systems, e.g. cmake.
I have also moved the #pragma warning( pop ) to within the header guards to prevent a warning pop occurred at every point this header is included.