halfv2.2.1
- Updated
C++ library for half precision floating point arithmetics.
- Project website: https://sourceforge.net/projects/half/
#Usage
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})#Supported Platforms
All platforms supported.
#Features
No features defined.
#Dependencies
No dependencies.
#Host Dependencies
No dependencies.
#Used By
No ports use this.
#Host Tool For
No ports use this.
#Contributors
Weihang Ding
toge
Andrew Tribick