We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b990558 commit 59d5835Copy full SHA for 59d5835
doc/go1.8.txt
@@ -396,6 +396,7 @@ image/color: improve speed of RGBA methods (CL 31773)
396
image/draw: optimize drawFillOver as drawFillSrc for opaque fills (CL 28790)
397
math/big: avoid allocation in float.{Add, Sub} when there's no aliasing (CL 23568)
398
math/big: make division faster (CL 30613)
399
+math/big: slightly faster float->decimal conversion (CL 31250)
400
math/big: use array instead of slice for deBruijn lookups (CL 26663)
401
math/big: uses SIMD for some math big functions on s390x (CL 32211)
402
math: speed up Gamma(+Inf) (CL 31370)
0 commit comments