This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [v3] Possible fix for PR 5730


Phil Edwards <phil at jaj dot com> writes:


[...]

| +// See std_complex.h for how this is used.
| +#ifdef __FAST_MATH__
| +# define _GLIBCPP_FAST_MATH 1
| +#else
| +# define _GLIBCPP_FAST_MATH 0
| +#endif

This belongs to c++config.

Thanks,

-- Gaby


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]