C99 TC2 now wants FP_FAST_FMA* to be defined to 1, if the macros are

defined at all. See also: defect report #223.
This commit is contained in:
David Schultz 2009-02-07 05:41:24 +00:00
parent c2e344594e
commit ea8e257984
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=188272

View File

@ -70,12 +70,12 @@ extern const union __nan_un {
/* XXX We need a <machine/math.h>. */
#if defined(__ia64__) || defined(__sparc64__)
#define FP_FAST_FMA
#define FP_FAST_FMA 1
#endif
#ifdef __ia64__
#define FP_FAST_FMAL
#define FP_FAST_FMAL 1
#endif
#define FP_FAST_FMAF
#define FP_FAST_FMAF 1
/* Symbolic constants to classify floating point numbers. */
#define FP_INFINITE 0x01