C++ library for half precision floating point arithmetics.
Run the following Vcpkg command to install the port.
vcpkg install half
half is header-only and can be used from CMake via:
find_path(HALF_INCLUDE_DIRS "half.hpp")
target_include_directories(main PRIVATE ${HALF_INCLUDE_DIRS})
v2.2.0#0
Jun 21, 2024
All
half
sourceforge.net/projects/half
2b665df62f
MIT
Manifest