Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix ULP matcher #2152

Closed
wants to merge 6 commits into from
Closed

Fix ULP matcher #2152

wants to merge 6 commits into from

Commits on Jan 13, 2021

  1. Allow colored output even while not in a terminal

    This is useful while debugging catch
    (Disabled by default)
    yyny committed Jan 13, 2021
    Copy the full SHA
    b38cb9b View commit details
    Browse the repository at this point in the history
  2. Add more thorough ULP comparison tests

    Some edge cases were not being tested
    yyny committed Jan 13, 2021
    Copy the full SHA
    0dea387 View commit details
    Browse the repository at this point in the history
  3. Fix ULP matcher

    yyny committed Jan 13, 2021
    Copy the full SHA
    e7ae127 View commit details
    Browse the repository at this point in the history
  4. Add ULP tests for +/- INFINITY

    yyny committed Jan 13, 2021
    Copy the full SHA
    c793ea3 View commit details
    Browse the repository at this point in the history
  5. Remove unused include

    yyny committed Jan 13, 2021
    Copy the full SHA
    6dee860 View commit details
    Browse the repository at this point in the history
  6. Fix typo

    yyny committed Jan 13, 2021
    Copy the full SHA
    70bfb2b View commit details
    Browse the repository at this point in the history