1
0
mirror of https://github.com/golang/go synced 2024-11-17 01:44:52 -07:00
go/src/math/bits
Nick Craig-Wood 9e7c5030d0 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>
2022-10-21 17:51:06 +00:00
..
bits_errors_bootstrap.go
bits_errors.go
bits_tables.go
bits_test.go
bits.go math/bits: note that functions here may be compiler intrinsics 2022-10-21 17:51:06 +00:00
example_math_test.go
example_test.go
export_test.go
make_examples.go
make_tables.go