use the fp target attribute with fpu_save()/fpu_load()
authorjsg <jsg@openbsd.org>
Fri, 26 Jul 2024 00:23:57 +0000 (00:23 +0000)
committerjsg <jsg@openbsd.org>
Fri, 26 Jul 2024 00:23:57 +0000 (00:23 +0000)
commit84dbb7f9d7e882d86464be986f72b8a4bfbe7caf
tree8017fe4f4d1f59e53d213f3a371ed1caaa47b5be
parentb3d6ff65b6de69e19901f2e9af1889e5763c132f
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@
sys/arch/arm64/arm64/fpu.c