Skip to content
  1. Jul 11, 2016
    • David Alessio's avatar
      This change should significantly improve the performance of single precision... · 261358f1
      David Alessio authored
      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.
      261358f1
  2. Jul 09, 2016
  3. Jul 08, 2016
  4. Jul 07, 2016