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
0cf5e9df
Commit
0cf5e9df
authored
Feb 21, 2015
by
Richard Sandiford
Committed by
Richard Sandiford
Feb 21, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rtl.texi (fma): Clarify documentation.
gcc/ * doc/rtl.texi (fma): Clarify documentation. From-SVN: r220888
parent
b731a420
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+4
-0
gcc/doc/rtl.texi
+2
-2
No files found.
gcc/ChangeLog
View file @
0cf5e9df
2015-02-21 Richard Sandiford <richard.sandiford@arm.com>
* doc/rtl.texi (fma): Clarify documentation.
2015-02-20 Aldy Hernandez <aldyh@redhat.com>
2015-02-20 Aldy Hernandez <aldyh@redhat.com>
PR debug/58123
PR debug/58123
...
...
gcc/doc/rtl.texi
View file @
0cf5e9df
...
@@ -2306,8 +2306,8 @@ For unsigned widening multiplication, use the same idiom, but with
...
@@ -2306,8 +2306,8 @@ For unsigned widening multiplication, use the same idiom, but with
@findex
fma
@findex
fma
@item
(
fma
:
@var
{
m
}
@var
{
x
}
@var
{
y
}
@var
{
z
})
@item
(
fma
:
@var
{
m
}
@var
{
x
}
@var
{
y
}
@var
{
z
})
Represents
the
@code
{
fma
},
@code
{
fmaf
},
and
@code
{
fmal
}
builtin
Represents
the
@code
{
fma
},
@code
{
fmaf
},
and
@code
{
fmal
}
builtin
functions
that
do
a
combined
multiply
of
@var
{
x
}
and
@var
{
y
}
and
then
functions
,
which
compute
@samp
{
@var
{
x
}
*
@var
{
y
}
+
@var
{
z
}}
adding
to
@var
{
z
}
without
doing
an
intermediate
rounding
step
.
without
doing
an
intermediate
rounding
step
.
@findex
div
@findex
div
@findex
ss_div
@findex
ss_div
...
...
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