aboutsummaryrefslogtreecommitdiff
path: root/doc/go1.8.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/go1.8.txt')
-rw-r--r--doc/go1.8.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/go1.8.txt b/doc/go1.8.txt
index ae9c455620..01a0924a04 100644
--- a/doc/go1.8.txt
+++ b/doc/go1.8.txt
@@ -396,6 +396,7 @@ image/color: improve speed of RGBA methods (CL 31773)
image/draw: optimize drawFillOver as drawFillSrc for opaque fills (CL 28790)
math/big: avoid allocation in float.{Add, Sub} when there's no aliasing (CL 23568)
math/big: make division faster (CL 30613)
+math/big: slightly faster float->decimal conversion (CL 31250)
math/big: use array instead of slice for deBruijn lookups (CL 26663)
math/big: uses SIMD for some math big functions on s390x (CL 32211)
math: speed up Gamma(+Inf) (CL 31370)