NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/58237 CVS commit: src



The following reply was made to PR lib/58237; it has been noted by GNATS.

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/58237 CVS commit: src
Date: Wed, 15 May 2024 00:02:57 +0000

 Module Name:	src
 Committed By:	riastradh
 Date:		Wed May 15 00:02:57 UTC 2024
 
 Modified Files:
 	src/lib/libm/src: s_modfl.c
 	src/tests/lib/libm: t_fe_round.c t_modf.c
 
 Log Message:
 modfl(3): Fix conversion from FreeBSD.
 
 LDBL_MANL_SIZE is spelled EXT_FRACLBITS -- and not EXT_FRACHBITS.
 
 PR lib/58237: modfl returns wrong answers on ld128 architectures
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.1 -r1.2 src/lib/libm/src/s_modfl.c
 cvs rdiff -u -r1.19 -r1.20 src/tests/lib/libm/t_fe_round.c
 cvs rdiff -u -r1.5 -r1.6 src/tests/lib/libm/t_modf.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index