Skip to content
Commit 261358f1 authored by David Alessio's avatar David Alessio Committed by Gregory Nutt
Browse files

This change should significantly improve the performance of single precision...

This change should significantly improve the performance of single precision floating point math library functions. The vast majority of changes have to do with preventing the compiler from needlessly promoting floats to doubles, performing the calculation with doubles, only to demote the result to float. These changes only affect the math lib functions that return float.
parent 90917d97
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment