index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
math
/
bits
/
bits_test.go
Age
Commit message (
Expand
)
Author
2024-08-20
src: fix typos
Alexander Cyon
2020-04-22
cmd/compile: clean up codegen for branch-on-carry on s390x
Michael Munday
2019-10-18
math/bits: add Rem, Rem32, Rem64
Alberto Donizetti
2019-03-22
cmd/compile: follow up intrinsifying math/bits.Add64 for arm64
erifan01
2019-03-20
cmd/compile: intrinsify math/bits.Add64 for arm64
erifan01
2018-11-27
math/bits: panic when y<=hi in Div
Brian Kessler
2018-10-25
cmd/compile: intrinsify math/bits.Add on amd64
Keith Randall
2018-10-24
math/bits: correct BenchmarkSub64
Brian Kessler
2018-09-11
math/bits: add extended precision Add, Sub, Mul, Div
Brian Kessler
2018-05-01
math/bits: move tests into their own package
Martin Möhrmann
2017-05-10
cmd/compile: ppc64x intrinsics for math/bits
Lynn Boger
2017-04-11
math/bits: support negative rotation count and remove RotateRight
Robert Griesemer
2017-02-19
math/bits: faster OnesCount
Robert Griesemer
2017-02-17
math/bits: added benchmarks for Leading/TrailingZeros
Robert Griesemer
2017-02-17
math/bits: faster Rotate functions, added respective benchmarks
Robert Griesemer
2017-02-17
math/bits: faster OnesCount, added respective benchmarks
Robert Griesemer
2017-02-17
math/bits: fix benchmarks (make sure calls don't get optimized away)
Robert Griesemer
2017-02-17
math/bits: much faster ReverseBytes, added respective benchmarks
Robert Griesemer
2017-02-17
math/bits: much faster Reverse, added respective benchmarks
Robert Griesemer
2017-02-16
math/bits: added package for bit-level counting and manipulation
Robert Griesemer