Module Name: src Committed By: riastradh Date: Sun Aug 25 18:59:53 UTC 2019
Modified Files: src/lib/libm/arch/aarch64: fenv.c Log Message: Fix feraiseexcept. - Don't touch the trap flags (though on all ARMv8 I know they have no effect anyway). - Don't clear any existing raised exception flags; just add to them. XXX atf test XXX pullup-9 To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/lib/libm/arch/aarch64/fenv.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.