mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-27 16:39:08 +00:00
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:
parent
c2e344594e
commit
ea8e257984
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=188272
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user