go.arm64 icon indicating copy to clipboard operation
go.arm64 copied to clipboard

strings: implement IndexBytes in asm

Open davecheney opened this issue 10 years ago • 1 comments

518837e added a slow version of IndexBytes that calls back to the bytes package. We could do this better.

davecheney avatar Jan 30 '15 04:01 davecheney

although this is pretty low-priority, I have to fix this to get go/build test passing.

minux avatar Feb 19 '15 07:02 minux