Benchmarks of FP16->FP32 conversion on array
5 files changed
tree: a6fc5b0e7dadf81a1a54e0336a2c5e8da037cf9b
- bench/
- include/
- test/
- .gitignore
- configure.py
- confu.yaml
- LICENSE
- README.md
README.md
FP16
Header-only library for conversion to/from half-precision floating point formats
Features
- Supports IEEE and ARM alternative half-precision floating-point format
- Property converts infinities and NaNs
- Properly converts denormal numbers, even on systems without denormal support
- Header-only library, no installation or build required
- Compatible with C99 and C++11
- Covered with unit tests and microbenchmarks