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#0
Aug 15, 2025
All
half
sourceforge.net/projects/half
2cc6ebb67b
MIT
Manifest