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.
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.
:)