These are useful, please expose them.
Since it would be better not to leak implementation details, I'd suggest that instead of macros you use f16_isnan and f16_isinf functions to match the standard C functions. It might also be nice to have f16_fpclassify and f16_isnormal too.
These are useful, please expose them.
Since it would be better not to leak implementation details, I'd suggest that instead of macros you use
f16_isnanandf16_isinffunctions to match the standard C functions. It might also be nice to havef16_fpclassifyandf16_isnormaltoo.