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?
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
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?