This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

which library should be used for half-precision mathematic functions?

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)