blob: 24eafcb03048ca5e33945f39cc703b4551f6ad45 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
Header-only library for conversion to/from half-precision floating point
formats.
Features:
* Supports IEEE and ARM alternative half-precision floating-point format
o Property converts infinities and NaNs
o Properly converts denormal numbers, even on systems without denormal support
* Header-only library, no installation or build required
* Compatible with C99 and C++11
* Fully covered with unit tests and microbenchmarks
WWW: https://github.com/Maratyszcza/FP16
|