summaryrefslogtreecommitdiff
path: root/src/internal/bytealg/count_native.go
Commit message (Expand)AuthorAgeFilesLines
* all: go fmt std cmd (but revert vendor)Russ Cox2021-02-201-0/+1
* internal/bytealg: add assembly implementation of Count/CountString for riscv64Tobias Klauser2020-10-191-1/+1
* internal/bytealg: add SIMD byte count implementation for s390xMichael Munday2019-11-041-1/+1
* internal/bytealg: add assembly implementation of Count/CountString on armTobias Klauser2019-03-191-1/+1
* internal/bytealg: implement bytes.Count in asm for ppc64xLynn Boger2018-09-121-1/+1
* internal/bytealg: move short string Index implementations into bytealgKeith Randall2018-03-041-1/+1
* internal/bytealg: move Count to bytealgKeith Randall2018-03-041-0/+33