1. 12 Dec, 2019 1 commit
    • Jérôme Hénin's avatar
      Fix Lepton optimization with -ffast-math · 144fa34a
      Jérôme Hénin authored
      Lepton::ParsedExpression::getConstantValue() used to return NaN to indicate non-constant
      expressions. This can break with -ffast-math optimization where NaN comparisons are
      not defined.
      
      This patch defines bool isConstant() to test whether an expression is constant before
      calling getConstantValue(). getConstantValue() now throws an exception if called on a
      non-constant expression.
      144fa34a
  2. 10 Dec, 2019 2 commits
  3. 06 Dec, 2019 1 commit
  4. 04 Dec, 2019 1 commit
  5. 03 Dec, 2019 2 commits
  6. 02 Dec, 2019 1 commit
  7. 21 Nov, 2019 1 commit
  8. 19 Nov, 2019 2 commits
  9. 18 Nov, 2019 2 commits
  10. 15 Nov, 2019 2 commits
  11. 13 Nov, 2019 1 commit
  12. 12 Nov, 2019 1 commit
  13. 11 Nov, 2019 2 commits
  14. 07 Nov, 2019 1 commit
  15. 05 Nov, 2019 1 commit
  16. 01 Nov, 2019 4 commits
  17. 31 Oct, 2019 1 commit
  18. 29 Oct, 2019 3 commits
  19. 28 Oct, 2019 2 commits
  20. 25 Oct, 2019 5 commits
  21. 24 Oct, 2019 4 commits