This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

RTOS/AM3358: IEEE 754 floating point support

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: 

http://processors.wiki.ti.com/index.php/Cortex-A8#Neon_and_VFP_both_support_floating_point.2C_which_should_I_use.3F

But I figured I would ask.  

Thanks!