https://github.com/JuliaLang/julia
Revision 5bd0545fb05b1930f38bdd0ee93c3603b89cbc5f authored by Max Horn on 19 February 2022, 15:41:17 UTC, committed by GitHub on 19 February 2022, 15:41:17 UTC
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>
1 parent f852c88
History
Tip revision: 5bd0545fb05b1930f38bdd0ee93c3603b89cbc5f authored by Max Horn on 19 February 2022, 15:41:17 UTC
Fix get/set_fpcr_aarch64 (#44256)
Tip revision: 5bd0545
File Mode Size
.buildkite
.devcontainer
.github
base
cli
contrib
deps
doc
etc
src
stdlib
test
.clang-format -rw-r--r-- 3.3 KB
.codecov.yml -rw-r--r-- 52 bytes
.gitattributes -rw-r--r-- 65 bytes
.gitignore -rw-r--r-- 433 bytes
.mailmap -rw-r--r-- 12.1 KB
CITATION.bib -rw-r--r-- 513 bytes
CITATION.cff -rw-r--r-- 940 bytes
CONTRIBUTING.md -rw-r--r-- 22.5 KB
HISTORY.md -rw-r--r-- 349.3 KB
LICENSE.md -rw-r--r-- 1.3 KB
Make.inc -rw-r--r-- 49.7 KB
Makefile -rw-r--r-- 25.6 KB
NEWS.md -rw-r--r-- 1.1 KB
README.md -rw-r--r-- 7.4 KB
THIRDPARTY.md -rw-r--r-- 3.7 KB
VERSION -rw-r--r-- 10 bytes
julia.spdx.json -rw-r--r-- 35.8 KB
sysimage.mk -rw-r--r-- 4.0 KB

README.md

back to top