Part Number: TM4C1294NCPDT
Hello,
I need a clarification on the FPU: I do not see any performance improvement when I try to execute simple multiply operations between two floats.
The execution time of for example:
float a = (float)2.1 * (float)3.2;
is 178 ns @ 120MHz, both when the FPU is active and not.
In order to activate the FPU I execute:
FPUEnable();
FPULazyStackingEnable();
I see the same behaviour also on other floating point operations, no performance improvement when FPU is enabled. Why?
Is there any other configuration that I need to perform or is this correct?
Best regards.
Paolo
