diff --git a/doc/go1.14.html b/doc/go1.14.html index 61edeea83c..ed4e3e2ef9 100644 --- a/doc/go1.14.html +++ b/doc/go1.14.html @@ -225,12 +225,11 @@ TODO
math

- The new Fma function + The new FMA function computes x*y+z in floating point with no intermediate rounding of the x*y computation. Several architectures implement this computation - using dedicated hardware instructions for additional - performance. + using dedicated hardware instructions for additional performance.