CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2018/03/16 04:22:52
Modified files: lib/libm/arch/aarch64: fenv.c lib/libc/arch/aarch64/gen: fpgetmask.c fpsetmask.c Log message: Since most (if not all) ARMv8 hardware doesn't actually support trapping of floating-point exceptions, simplify the functions that control the exception masks just like we did on armv7. ok tom@