Tool/software: TI C/C++ Compiler
Hi,
is there a compiler switch for turning on/off FMA instructions like vnmls.f64
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.
Tool/software: TI C/C++ Compiler
Hi,
is there a compiler switch for turning on/off FMA instructions like vnmls.f64
Lars von Wachenfeldt said:is there a compiler switch for turning on/off FMA instructions like vnmls.f64
Unfortunately, no. For more general background on this topic, please see the wiki article Using NEON and VFPv3 on Cortex-A8.
Thanks and regards,
-George
I am not an expert on the details of the ARM CPU family. The term FMA instructions is new to me. When I search, I can find FMA instructions associated with the Intel x86 CPU family, but not ARM. And even if ARM supported FMA, or something similar, it probably would not be on one of the Cortex-R5 devices like the TMS570LC4357. An advanced feature like that is more likely to appear on higher end devices like the Cortex-A8.
Thanks and regards,
-George