NetBSD-Bugs archive

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

PR/56234 CVS commit: src/include



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

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/56234 CVS commit: src/include
Date: Mon, 9 Sep 2024 15:05:51 +0000

 Module Name:	src
 Committed By:	riastradh
 Date:		Mon Sep  9 15:05:51 UTC 2024
 
 Modified Files:
 	src/include: math.h
 
 Log Message:
 math.h: Define FP_FAST_FMA, FP_FAST_FMAF, FP_FAST_FMAL.
 
 These are not strictly necessary to define, really, so we haven't
 exactly been nonconformant.  But they tell programs when they can
 enable fast paths by using the fma(3) family of functions.
 
 PR standards/56234: missing C99 frobs in <math.h>
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.70 -r1.71 src/include/math.h
 
 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