mirror of
https://github.com/golang/go.git
synced 2025-05-30 19:52:53 +00:00
doc: document new math.Fma function
This accidentally got committed - please review the whole paragraph as if it was new. Change-Id: I98e1db4670634c6e792d26201ce0cd329a6928b6 Reviewed-on: https://go-review.googlesource.com/c/go/+/202579 Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
parent
4cde749f63
commit
953cc7490a
@ -225,12 +225,11 @@ TODO
|
|||||||
<dl id="math"><dt><a href="/pkg/math/">math</a></dt>
|
<dl id="math"><dt><a href="/pkg/math/">math</a></dt>
|
||||||
<dd>
|
<dd>
|
||||||
<p><!-- CL 127458 -->
|
<p><!-- CL 127458 -->
|
||||||
The new <a href="/pkg/math/#Fma"><code>Fma</code></a> function
|
The new <a href="/pkg/math/#FMA"><code>FMA</code></a> function
|
||||||
computes <code>x*y+z</code> in floating point with no
|
computes <code>x*y+z</code> in floating point with no
|
||||||
intermediate rounding of the <code>x*y</code>
|
intermediate rounding of the <code>x*y</code>
|
||||||
computation. Several architectures implement this computation
|
computation. Several architectures implement this computation
|
||||||
using dedicated hardware instructions for additional
|
using dedicated hardware instructions for additional performance.
|
||||||
performance.
|
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
</dl><!-- math -->
|
</dl><!-- math -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user