]> Cypherpunks repositories - gostls13.git/commit
[dev.typeparams] runtime, internal/bytealg: remove regabi fallback code on AMD64
authorCherry Mui <cherryyz@google.com>
Mon, 2 Aug 2021 22:28:40 +0000 (18:28 -0400)
committerCherry Mui <cherryyz@google.com>
Wed, 11 Aug 2021 17:08:54 +0000 (17:08 +0000)
commitd7d4f28a06b8633d433a925b0dfaeadf6530ae97
treef4c79170ac1e901563fcde82de81132dd288424f
parenteeb7899137cda1c2cd60dab65ff41f627436db5b
[dev.typeparams] runtime, internal/bytealg: remove regabi fallback code on AMD64

As we commit to always enabling register ABI on AMD64, remove the
fallback code.

Change-Id: I30556858ba4bac367495fa94f6a8682ecd771196
Reviewed-on: https://go-review.googlesource.com/c/go/+/341152
Trust: Cherry Mui <cherryyz@google.com>
Run-TryBot: Cherry Mui <cherryyz@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Reviewed-by: Austin Clements <austin@google.com>
src/internal/bytealg/compare_amd64.s
src/internal/bytealg/equal_amd64.s
src/runtime/asm_amd64.s
src/runtime/memclr_amd64.s
src/runtime/memmove_amd64.s
src/runtime/race_amd64.s