RISC-V does not implement trapping of floating point exceptions, so use
authorkettenis <kettenis@openbsd.org>
Wed, 28 Apr 2021 08:22:56 +0000 (08:22 +0000)
committerkettenis <kettenis@openbsd.org>
Wed, 28 Apr 2021 08:22:56 +0000 (08:22 +0000)
commit880dfc56113752612c71268e63cbcd3afe860f64
tree76076cfd485e34fef45d75147927d46fe3f93722
parentf51cdaac94bf0c317ed18c78116709267d5b90d6
RISC-V does not implement trapping of floating point exceptions, so use
the same dummy fpgetmask(3) and fpsetmask(3) implementation as arm64.

ok drahn@
lib/libc/arch/riscv64/gen/fpgetmask.c [new file with mode: 0644]
lib/libc/arch/riscv64/gen/fpsetmask.c [new file with mode: 0644]