We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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)
Ok. so is there any half-precision math library that should be used for Cortex-A76?
What do you expect? FP16 version of sinf/cosf? Doesn't clang provide it?
I want to use all mathematic functions for FP16 numbers? the functions which are included in <math.h> are in single and double formats so clang doesn't provide them for FP16.