Module Name: src Committed By: riastradh Date: Sun May 5 14:06:47 UTC 2024
Modified Files: src/lib/libm/src: s_nexttowardf.c Log Message: 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.4 -r1.5 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.