Is there support for 16 bit half precision floating point in RV compiler?
infocenter.arm.com/.../index.jsp
Are there any examples/sources for conversion between single and half precision (I need single <-> __fp16).
Thanks for help!
Marko
With compiler options
-g -O3 -Otime
the performance is much better: loat -> half conversion takes 85 cycles half -> float conversion takes 90 cycles.
:)