Commit 4a72ba02 by Francois-Xavier Coudert Committed by François-Xavier Coudert

* config/fpu-glibc.h: Fix comment about FE_DENORMAL.

From-SVN: r212226
parent c9d1a16a
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>
* configure.host (ieee_flags): Add -mieee for alpha*.
......
......@@ -43,7 +43,7 @@ void set_fpu_trap_exceptions (int trap, int notrap)
fedisableexcept (FE_INVALID);
#endif
/* glibc does never have a FE_DENORMAL. */
/* Some glibc targets (like alpha) have FE_DENORMAL, but not many. */
#ifdef FE_DENORMAL
if (trap & GFC_FPE_DENORMAL)
feenableexcept (FE_DENORMAL);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment