NetBSD-Bugs archive

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

PR/58245 CVS commit: src



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

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/58245 CVS commit: src
Date: Sat, 11 May 2024 20:09:47 +0000

 Module Name:	src
 Committed By:	riastradh
 Date:		Sat May 11 20:09:47 UTC 2024
 
 Modified Files:
 	src/lib/libm/src: e_hypotl.c
 	src/tests/lib/libm: t_hypot.c
 
 Log Message:
 hypotl(3): Fix includes and macros.
 
 1. Need <math.h> for __HAVE_LONG_DOUBLE.
 2. Need <machine/ieee.h> for struct ieee_ext_u &c.
 3. EXT_FRACLBITS, not LDBL_MANL_SIZE.
 
 PR lib/58245: hypotl is broken on ld128 ports
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.1 -r1.2 src/lib/libm/src/e_hypotl.c
 cvs rdiff -u -r1.4 -r1.5 src/tests/lib/libm/t_hypot.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