NetBSD/lib/libm
martin 7f829b0bd2 Pull up following revision(s) (requested by riastradh in ticket #507):
lib/libm/arch/aarch64/fenv.c: revision 1.5
	lib/libm/arch/aarch64/fenv.c: revision 1.6

Fix fesetenv and feupdateenv.
- fesetenv is supposed to set the stored rounding mode (and stored trap
  settings, but they have no effect on any ARMv8 I know).
- feupdateenv is supposed to re-raise the exceptions that were raised
  in the environment when it was called.
XXX atf test
XXX pullup-9

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
2019-12-08 13:37:46 +00:00
..
arch Pull up following revision(s) (requested by riastradh in ticket #507): 2019-12-08 13:37:46 +00:00
compat Drop superfluous ; in __warn_references 2017-05-13 02:58:03 +00:00
compiler_rt
complex Mention tgmath cproj, creal, cabs 2017-09-27 09:20:27 +00:00
gen Remove redundant null check before free() 2017-03-07 11:15:08 +00:00
man Pull up following revision(s) (requested by sevan in ticket #174): 2019-09-05 08:19:40 +00:00
noieee_src add some fallthru comments. 2019-02-04 03:30:20 +00:00
softfloat provide a common softfloat fenv implemenation and use it for softfloat builds. 2017-03-22 23:11:07 +00:00
src Add a C99 symbol to libm: nexttowardl 2019-04-27 23:04:31 +00:00
Makefile Add a C99 symbol to libm: nexttowardl 2019-04-27 23:04:31 +00:00
shlib_version Mention wanting to remove isnanf too, reword 2017-09-26 18:03:30 +00:00