]> Cypherpunks repositories - gostls13.git/commit
math/bits: added package for bit-level counting and manipulation
authorRobert Griesemer <gri@golang.org>
Fri, 3 Feb 2017 00:59:34 +0000 (16:59 -0800)
committerRobert Griesemer <gri@golang.org>
Thu, 16 Feb 2017 21:54:59 +0000 (21:54 +0000)
commit661e2179e54710a83ca1779b9d6ab18c1e2d3679
tree7d4915f8a49be73bd4726b6ee543c0322e7dab4b
parent1693e7b6f2ad1bd2a800161e92b5ac8d3d882663
math/bits: added package for bit-level counting and manipulation

Initial platform-independent implementation.

For #18616.

Change-Id: I4585c55b963101af9059c06c1b8a866cb384754c
Reviewed-on: https://go-review.googlesource.com/36315
Reviewed-by: Keith Randall <khr@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
src/math/bits/bits.go [new file with mode: 0644]
src/math/bits/bits_impl.go [new file with mode: 0644]
src/math/bits/bits_test.go [new file with mode: 0644]