]> Cypherpunks repositories - gostls13.git/commit
strings: fix and reenable amd64 Index for 17-31 byte strings
authorIlya Tocar <ilya.tocar@intel.com>
Wed, 25 May 2016 13:33:19 +0000 (16:33 +0300)
committerNigel Tao <nigeltao@golang.org>
Fri, 27 May 2016 22:57:32 +0000 (22:57 +0000)
commit429bbf331247ef598802a94a23670bfe1cf61d6f
treecb79601d56e06cdced930828a1952725f220ff7b
parent42da35c699853002b7695052a8eeb3f10019cfd5
strings: fix and reenable amd64 Index for 17-31 byte strings

Fixes #15689

Change-Id: I56d0103738cc35cd5bc5e77a0e0341c0dd55530e
Reviewed-on: https://go-review.googlesource.com/23440
Reviewed-by: Keith Randall <khr@golang.org>
Run-TryBot: Ilya Tocar <ilya.tocar@intel.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Nigel Tao <nigeltao@golang.org>
src/runtime/asm_amd64.s
src/strings/strings_amd64.go
src/strings/strings_test.go