Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
4a72ba02
Commit
4a72ba02
authored
Jul 02, 2014
by
Francois-Xavier Coudert
Committed by
François-Xavier Coudert
Jul 02, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/fpu-glibc.h: Fix comment about FE_DENORMAL.
From-SVN: r212226
parent
c9d1a16a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
libgfortran/ChangeLog
+4
-0
libgfortran/config/fpu-glibc.h
+1
-1
No files found.
libgfortran/ChangeLog
View file @
4a72ba02
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*.
...
...
libgfortran/config/fpu-glibc.h
View file @
4a72ba02
...
...
@@ -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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment