aboutsummaryrefslogtreecommitdiff
path: root/src/internal/bytealg/count_generic.go
AgeCommit message (Expand)Author
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2020-10-19internal/bytealg: add assembly implementation of Count/CountString for riscv64Tobias Klauser
2019-11-04internal/bytealg: add SIMD byte count implementation for s390xMichael Munday
2019-03-19internal/bytealg: add assembly implementation of Count/CountString on armTobias Klauser
2018-09-12internal/bytealg: implement bytes.Count in asm for ppc64xLynn Boger
2018-03-04internal/bytealg: move short string Index implementations into bytealgKeith Randall
2018-03-04internal/bytealg: move Count to bytealgKeith Randall