Skip to content
Snippets Groups Projects
  1. Mar 29, 2025
  2. Mar 28, 2025
  3. Mar 26, 2025
    • Jean-Marc Valin's avatar
      Forgot one wraparound to ignore · 1c370855
      Jean-Marc Valin authored
      1c370855
    • Jean-Marc Valin's avatar
      Do not run valgrind on -ffast-math builds · e6dd7a3d
      Jean-Marc Valin authored
      valgrind does not properly handle the Denormals-Are-Zero (DAZ) flag,
      which can be set by -ffast-math. That would not generally be a problem
      except when the compiler implements sqrt(x) as x*rsqrt(x) with an
      exception for x=0. In that case, when x is a non-zero denorm value,
      the exception does not trigger with valgrind (but does on real
      hardware), which causes the sqrt to evaluate to -inf instead of 0.
      e6dd7a3d
  4. Mar 24, 2025
  5. Mar 21, 2025
  6. Mar 18, 2025
  7. Mar 17, 2025
  8. Mar 14, 2025
  9. Mar 05, 2025
  10. Mar 03, 2025
  11. Feb 28, 2025
  12. Feb 13, 2025
Loading