mirror of git://gcc.gnu.org/git/gcc.git
* config/fpu-glibc.h: Fix comment about FE_DENORMAL.
From-SVN: r212226
This commit is contained in:
parent
c9d1a16a33
commit
4a72ba02f4
|
|
@ -1,3 +1,7 @@
|
||||||
|
2014-07-02 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
|
||||||
|
|
||||||
|
* config/fpu-glibc.h: Fix comment about FE_DENORMAL.
|
||||||
|
|
||||||
2014-07-02 Uros Bizjak <ubizjak@gmail.com>
|
2014-07-02 Uros Bizjak <ubizjak@gmail.com>
|
||||||
|
|
||||||
* configure.host (ieee_flags): Add -mieee for alpha*.
|
* configure.host (ieee_flags): Add -mieee for alpha*.
|
||||||
|
|
|
||||||
|
|
@ -43,7 +43,7 @@ void set_fpu_trap_exceptions (int trap, int notrap)
|
||||||
fedisableexcept (FE_INVALID);
|
fedisableexcept (FE_INVALID);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* glibc does never have a FE_DENORMAL. */
|
/* Some glibc targets (like alpha) have FE_DENORMAL, but not many. */
|
||||||
#ifdef FE_DENORMAL
|
#ifdef FE_DENORMAL
|
||||||
if (trap & GFC_FPE_DENORMAL)
|
if (trap & GFC_FPE_DENORMAL)
|
||||||
feenableexcept (FE_DENORMAL);
|
feenableexcept (FE_DENORMAL);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue