From: Julie Qiu Date: Thu, 6 Dec 2018 19:13:28 +0000 (-0500) Subject: doc/go1.12: release notes for math/bits X-Git-Tag: go1.12beta1~132 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=444887dde8393c3bbf94122c17ab7f005a7257c4;p=gostls13.git doc/go1.12: release notes for math/bits Change-Id: I930942c7e057a36332ac06762f6aadf07574a7d5 Reviewed-on: https://go-review.googlesource.com/c/152977 Reviewed-by: Brad Fitzpatrick --- diff --git a/doc/go1.12.html b/doc/go1.12.html index 4c2765021f..0e381eb679 100644 --- a/doc/go1.12.html +++ b/doc/go1.12.html @@ -406,7 +406,7 @@ for {
math/bits

- TODO: https://golang.org/cl/123157: add extended precision Add, Sub, Mul, Div + New extended precision operations Add, Sub, Mul, and Div are available in int, int32, and int64 versions.