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

AArch64: Use consistent atomicrmw expansion for FP operations #103702

Merged
merged 4 commits into from
Aug 29, 2024

Commits on Aug 29, 2024

  1. AArch64: Use consistent atomicrmw expansion for FP operations

    Use LLSC or cmpxchg in the same cases as for the unsupported
    integer operations. This required some fixups to the LLSC
    implementatation to deal with the fp128 case.
    arsenm committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    a060cf6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07349a6 View commit details
    Browse the repository at this point in the history
  3. Check if libcall

    arsenm committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    665d84c View commit details
    Browse the repository at this point in the history
  4. Check soft float

    arsenm committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    bf31e46 View commit details
    Browse the repository at this point in the history