Module Name: src Committed By: martin Date: Tue Aug 29 11:58:26 UTC 2017
Modified Files: src/lib/libm [netbsd-8]: Makefile src/tests/lib/libm [netbsd-8]: t_fe_round.c Log Message: Pull up the following, requested by he in ticket #217: lib/libm/Makefile 1.197-1.201 tests/lib/libm/t_fe_round.c 1.7 Ensure nexttowardf() is included on all IEEE targets. Add rintl() for aarch64 and mips, and nexttoward() for m68k. Add a test which verifies that nextafter() and nexttoward() are present in the implementation. To generate a diff of this commit: cvs rdiff -u -r1.191.2.1 -r1.191.2.2 src/lib/libm/Makefile cvs rdiff -u -r1.2.8.1 -r1.2.8.2 src/tests/lib/libm/t_fe_round.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.