fp16_ieee_to_fp32x2_psimd and fp16_alt_to_fp32x2_psimd
8 files changed
tree: 2a0d566d55abae76fa2185fceba472737be41f68
  1. bench/
  2. include/
  3. test/
  4. .gitignore
  5. configure.py
  6. confu.yaml
  7. LICENSE
  8. 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