NetBSD-Bugs archive

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

PR/57680 CVS commit: src/tests/lib/libm



The following reply was made to PR port-mips/57680; it has been noted by GNATS.

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/57680 CVS commit: src/tests/lib/libm
Date: Sun, 5 Nov 2023 16:28:06 +0000

 Module Name:	src
 Committed By:	riastradh
 Date:		Sun Nov  5 16:28:05 UTC 2023
 
 Modified Files:
 	src/tests/lib/libm: t_fenv.c
 
 Log Message:
 t_fenv: Add #pragma STDC FENV_ACCESS ON and verify FLT_RADIX is 2.
 
 Except gcc doesn't implement this pragma, so make it conditional.
 
 And clang only supports it on some architectures, so just leave it
 out for now with a comment about why.
 
 PR port-mips/57680
 
 XXX pullup-10
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.9 -r1.10 src/tests/lib/libm/t_fenv.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