OpenBSD cvs log

created 2024-07-29T00:44:31Z
begin 2024-07-26T00:00:00Z
end 2024-07-26T00:23:57Z
path src/sys
commits 1

date 2024-07-26T00:23:57Z
author jsg
files src/sys/arch/arm64/arm64/fpu.c log diff annotate
message use the fp target attribute with fpu_save()/fpu_load()

otherwise clang 18 errors when inline assembly uses floating point
registers with nofp in -march

ok kettenis@