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.1#1
Mar 2, 2026
All
half
sourceforge.net/projects/half
9fd0ee9e56
MIT
Manifest