Part Number: AM3358
Tool/software: TI-RTOS
I am in need of hardware floating point that is fully implement the IEEE 754 standard for floating-point arithmetic.
All I can find is that the 3358 supports NEON but that won't work for me.
What is my best option besides NEON?
More specifically, looking at https://gcc.gnu.org/onlinedocs/gcc-4.8.3/gcc/ARM-Options.html , what is supported on the AM3358:
‘vfp’, ‘vfpv3’, ‘vfpv3-fp16’, ‘vfpv3-d16’, ‘vfpv3-d16-fp16’, ‘vfpv3xd’, ‘vfpv3xd-fp16’
I think would want vfpv3 to be fully compliant with IEEE 754 per:
But I figured I would ask.
Thanks!