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 get/set_fpcr_aarch64 #44256

Merged
merged 1 commit into from
Feb 19, 2022
Merged

Fix get/set_fpcr_aarch64 #44256

merged 1 commit into from
Feb 19, 2022

Commits on Feb 19, 2022

  1. Fix get/set_fpcr_aarch64

    On Aarch64, the `fpcr` register is 64bit wide, although the top 32bit
    are currently unused and reserved for future usage. Nevertheless, we
    should safe and restore the full 64 bit, not just 32 bit. This also
    silences a compiler warning about this. Reference:
    <https://developer.arm.com/documentation/ddi0595/2021-06/AArch64-Registers/FPCR--Floating-point-Control-Register>
    fingolfin committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    7f9fec2 View commit details
    Browse the repository at this point in the history