Commit c0da9c37 by Maciej W. Rozycki Committed by Maciej W. Rozycki

invoke.texi (MIPS Options): Update documentation of the floating-point…

invoke.texi (MIPS Options): Update documentation of the floating-point multiply-accumulate instruction...

	* doc/invoke.texi (MIPS Options): Update documentation of the
	floating-point multiply-accumulate instruction restrictions.

From-SVN: r196204
parent d247ea0c
2013-02-21 Maciej W. Rozycki <macro@codesourcery.com>
* doc/invoke.texi (MIPS Options): Update documentation of the
floating-point multiply-accumulate instruction restrictions.
2013-02-21 Kostya Serebryany <kcc@google.com> 2013-02-21 Kostya Serebryany <kcc@google.com>
* config/i386/i386.c (ix86_asan_shadow_offset): Use 0x7fff8000 as * config/i386/i386.c (ix86_asan_shadow_offset): Use 0x7fff8000 as
......
...@@ -16440,10 +16440,12 @@ Enable (disable) use of the floating-point multiply-accumulate ...@@ -16440,10 +16440,12 @@ Enable (disable) use of the floating-point multiply-accumulate
instructions, when they are available. The default is instructions, when they are available. The default is
@option{-mfused-madd}. @option{-mfused-madd}.
When multiply-accumulate instructions are used, the intermediate On the R8000 CPU when multiply-accumulate instructions are used,
product is calculated to infinite precision and is not subject to the intermediate product is calculated to infinite precision
the FCSR Flush to Zero bit. This may be undesirable in some and is not subject to the FCSR Flush to Zero bit. This may be
circumstances. undesirable in some circumstances. On other processors the result
is numerically identical to the equivalent computation using
separate multiply, add, subtract and negate instructions.
@item -nocpp @item -nocpp
@opindex nocpp @opindex nocpp
......
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