float16_t icon indicating copy to clipboard operation
float16_t copied to clipboard

Make float16 easier to consume for build systems

Open KStocky opened this issue 1 year ago • 0 comments

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.

KStocky avatar Feb 04 '24 15:02 KStocky