New architectures support not only conversions to/from IEEE754 16-bit float types, but also operations on them. The availability of the API could be indicated by SIMDPP_HAS_FLOAT16_SIMD, SIMDPP_HAS_FLOAT32_TO_FLOAT16_CONVERSION and SIMDPP_HAS_FLOAT16_TO_FLOAT32_CONVERSION macros.
New architectures support not only conversions to/from IEEE754 16-bit float types, but also operations on them. The availability of the API could be indicated by
SIMDPP_HAS_FLOAT16_SIMD
,SIMDPP_HAS_FLOAT32_TO_FLOAT16_CONVERSION
andSIMDPP_HAS_FLOAT16_TO_FLOAT32_CONVERSION
macros.