Module Name: src
Committed By: martin
Date: Tue Oct 15 06:19:27 UTC 2024
Modified Files:
src/lib/libm/src [netbsd-10]: s_nexttowardf.c
Log Message:
Additionally pull up following revision(s) (requested by rin in ticket #963):
lib/libm/src/s_nexttowardf.c: revision 1.5
libm/s_nexttowardf.c: Handle __HAVE_LONG_DOUBLE, LDBL_IMPLICIT_NBIT.
We should arrange to just have LDBL_NBIT unconditionally defined in the
appropriate MD header file, and make LDBL_IMPLICIT_NBIT an alias for
LDBL_NBIT==0. But for now this will do.
To generate a diff of this commit:
cvs rdiff -u -r1.3.44.1 -r1.3.44.2 src/lib/libm/src/s_nexttowardf.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.