aboutsummaryrefslogtreecommitdiff
path: root/src/internal/bytealg/count_generic.go
AgeCommit message (Expand)Author
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