golang/src/math/bits
Dmitri Shuralyov bf97e724b5 all: drop old +build lines
Running 'go fix' on the cmd+std packages handled much of this change.

Also update code generators to use only the new go:build lines,
not the old +build ones.

For #41184.
For #60268.

Change-Id: If35532abe3012e7357b02c79d5992ff5ac37ca23
Cq-Include-Trybots: luci.golang.try:gotip-linux-386-longtest,gotip-linux-amd64-longtest,gotip-windows-amd64-longtest
Reviewed-on: https://go-review.googlesource.com/c/go/+/536237
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
2023-10-19 23:33:27 +00:00
..
bits.go math: add available godoc link 2023-10-19 11:59:09 +00:00
bits_errors.go all: drop old +build lines 2023-10-19 23:33:27 +00:00
bits_errors_bootstrap.go all: drop old +build lines 2023-10-19 23:33:27 +00:00
bits_tables.go math/bits: folded reverse tables by using const string 2021-03-17 03:18:12 +00:00
bits_test.go cmd/compile: clean up codegen for branch-on-carry on s390x 2020-04-22 20:11:06 +00:00
example_math_test.go math/bits: add examples for Add, Sub, Mul and Div 2021-11-11 21:27:05 +00:00
example_test.go math/bits: add example for OnesCount function 2019-05-20 18:16:09 +00:00
export_test.go math/bits: move tests into their own package 2018-05-01 15:33:01 +00:00
make_examples.go all: drop old +build lines 2023-10-19 23:33:27 +00:00
make_tables.go all: drop old +build lines 2023-10-19 23:33:27 +00:00