summaryrefslogtreecommitdiff
path: root/src/bytes/bytes_amd64.go
Commit message (Expand)AuthorAgeFilesLines
* internal/cpu: new package to detect cpu featuresMartin Möhrmann2017-05-101-6/+6
* strings: optimize Count for amd64Josselin Costanzi2017-04-071-6/+4
* bytes: fix typo in commentJosselin Costanzi2017-03-221-1/+1
* bytes: add optimized countByte for amd64Josselin Costanzi2017-03-211-0/+13
* all: make copyright headers consistent with one space after periodMichael Munday2016-11-041-1/+1
* bytes,strings: use IndexByte more often in Index on AMD64Ilya Tocar2016-11-011-2/+36
* strings: use AVX2 for Index if availableIlya Tocar2016-09-071-1/+11
* bytes: make IndexRune fasterHiroshi Ioka2016-09-061-0/+2
* bytes: Use the same algorithm as strings for IndexIlya Tocar2016-09-011-0/+69