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
d97b75be
Commit
d97b75be
authored
Mar 05, 2001
by
Brad Lucier
Committed by
Neil Booth
Mar 05, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* invoke.texi: Document __FAST_MATH__.
From-SVN: r40249
parent
1b5640cd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
gcc/ChangeLog
+4
-0
gcc/invoke.texi
+2
-0
No files found.
gcc/ChangeLog
View file @
d97b75be
2001-03-05 Brad Lucier <lucier@math.purdue.edu>
* invoke.texi: Document __FAST_MATH__.
2001-03-05 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2001-03-05 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* crtstuff.c: Restore include of auto-host.h.
* crtstuff.c: Restore include of auto-host.h.
...
...
gcc/invoke.texi
View file @
d97b75be
...
@@ -2940,6 +2940,8 @@ example, it allows the compiler to assume arguments to the @code{sqrt}
...
@@ -2940,6 +2940,8 @@ example, it allows the compiler to assume arguments to the @code{sqrt}
function are non-negative numbers and that no floating-point values
function are non-negative numbers and that no floating-point values
are NaNs.
are NaNs.
This option causes the preprocessor macro __FAST_MATH__ to be defined.
This option should never be turned on by any @samp{-O} option since
This option should never be turned on by any @samp{-O} option since
it can result in incorrect output for programs which depend on
it can result in incorrect output for programs which depend on
an exact implementation of IEEE or ISO rules/specifications for
an exact implementation of IEEE or ISO rules/specifications for
...
...
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