Part Number: TM4C1231H6PM
Tool/software: TI C/C++ Compiler
Hello,
My code involves arithmetic on "float" variables which I want run as fast as possible.
How can I make sure that the FPU does these operations (and not the integer ALU) ?
Does this happen automatically?