Hi all,
I want to use half-precision arithmetic on Raspberry pi 3. I installed clang compiler to use _Float16 data type (which is for 16-bit arithmetic purpose).
I was wondering is there any library for half-precision mathematic functions? (like <quadmath.h> for quadruple-precision numbers)