]> Cypherpunks.ru repositories - gostls13.git/commit
math/bits: note that functions here may be compiler intrinsics
authorNick Craig-Wood <nick@craig-wood.com>
Wed, 19 Oct 2022 16:26:33 +0000 (17:26 +0100)
committerKeith Randall <khr@google.com>
Fri, 21 Oct 2022 17:51:06 +0000 (17:51 +0000)
commit9e7c5030d064395e24a25dd1a81722f5583defcf
tree9fde3c0f689f52d96c61032db7152a9712e9dd1f
parent867babe1b1587ab6961c1d6274be2426e90bf5d4
math/bits: note that functions here may be compiler intrinsics

It was noted in the go1.9 release notes that functions in math/bits
may be implemented by compiler intrinsics, but this never made it to
the documentation.

This change adapts the wording of the release notes and puts it in the
documentation for math/bits.

Change-Id: Ibeea88eaf7df10952cbe670885e910ac30b49d55
Reviewed-on: https://go-review.googlesource.com/c/go/+/444035
Reviewed-by: Keith Randall <khr@google.com>
Reviewed-by: Robert Griesemer <gri@google.com>
Reviewed-by: Filippo Valsorda <filippo@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/math/bits/bits.go