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

NaN-canonicalization without branching on x64 #8313

Commits on Apr 8, 2024

  1. NaN-canonicalization without branching on x64

    Modify the cranelift pass that performs NaN-canonicalization to avoid
    branches on x64. The current implementation uses two branches.
    adambratschikaye committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    764979b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48c3712 View commit details
    Browse the repository at this point in the history
  3. Revert "remove old fcmp case"

    This reverts commit 48c3712.
    adambratschikaye committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    90b9e1a View commit details
    Browse the repository at this point in the history
  4. add filetests

    adambratschikaye committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    f2e156e View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Configuration menu
    Copy the full SHA
    302cd3c View commit details
    Browse the repository at this point in the history