CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/04/28 02:22:56
Added files:
lib/libc/arch/riscv64/gen: fpgetmask.c fpsetmask.c
Log message:
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@
