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

Reintroduce fast math functions #7495

Merged
merged 7 commits into from
Oct 1, 2024
Merged

Reintroduce fast math functions #7495

merged 7 commits into from
Oct 1, 2024

Commits on Sep 11, 2024

  1. Add fast fma functions

    messmerd committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    998becf View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Use fast fma functions

    messmerd committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    ad363cf View commit details
    Browse the repository at this point in the history
  2. Add fast pow function

    messmerd committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    652b25e View commit details
    Browse the repository at this point in the history
  3. Use fast pow function

    messmerd committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    afb645d View commit details
    Browse the repository at this point in the history
  4. Fix build

    messmerd committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    47c8295 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Remove fastFma

    messmerd committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    e82932a View commit details
    Browse the repository at this point in the history
  2. Avoid UB in fastPow

    On GCC with -O1 or -O2 optimizations, this new implementation generates
    identical assembly to the old union-based implementation
    messmerd committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    a61a6ff View commit details
    Browse the repository at this point in the history