]> Cypherpunks repositories - gostls13.git/commitdiff
doc: document new math.Fma function
authorKeith Randall <khr@google.com>
Mon, 21 Oct 2019 22:03:48 +0000 (15:03 -0700)
committerKeith Randall <khr@golang.org>
Thu, 7 Nov 2019 21:59:39 +0000 (21:59 +0000)
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>
doc/go1.14.html

index 61edeea83c1d9f6d4d9075941e7ec900100dcdb9..ed4e3e2ef95cbd923fc079f119867c86feddea4e 100644 (file)
@@ -225,12 +225,11 @@ TODO
 <dl id="math"><dt><a href="/pkg/math/">math</a></dt>
   <dd>
     <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
       intermediate rounding of the <code>x*y</code>
       computation. Several architectures implement this computation
-      using dedicated hardware instructions for additional
-      performance.
+      using dedicated hardware instructions for additional performance.
     </p>
 
 </dl><!-- math -->