Commit 0cf5e9df by Richard Sandiford Committed by Richard Sandiford

rtl.texi (fma): Clarify documentation.

gcc/
	* doc/rtl.texi (fma): Clarify documentation.

From-SVN: r220888
parent b731a420
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
......
...@@ -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
......
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