go/src/internal/bytealg
Tobias Klauser 2c76a6f7f8 all: add //go:build lines to assembly files
Don't add them to files in vendor and cmd/vendor though. These will be
pulled in by updating the respective dependencies.

For #41184

Change-Id: Icc57458c9b3033c347124323f33084c85b224c70
Reviewed-on: https://go-review.googlesource.com/c/go/+/319389
Trust: Tobias Klauser <tobias.klauser@gmail.com>
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
2021-05-13 09:12:17 +00:00
..
bytealg.go internal/bytealg: add power9 version of bytes index 2021-04-21 21:14:04 +00:00
compare_386.s
compare_amd64.s internal/bytealg: port more performance-critical functions to ABIInternal 2021-04-15 04:10:33 +00:00
compare_arm.s
compare_arm64.s
compare_generic.go all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
compare_mips64x.s all: add //go:build lines to assembly files 2021-05-13 09:12:17 +00:00
compare_mipsx.s all: add //go:build lines to assembly files 2021-05-13 09:12:17 +00:00
compare_native.go all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
compare_ppc64x.s all: add //go:build lines to assembly files 2021-05-13 09:12:17 +00:00
compare_s390x.s
compare_wasm.s
count_amd64.s
count_arm.s
count_arm64.s
count_generic.go all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
count_native.go all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
count_ppc64x.s all: add //go:build lines to assembly files 2021-05-13 09:12:17 +00:00
count_riscv64.s internal/bytealg: add assembly implementation of Count/CountString for riscv64 2020-10-19 14:55:41 +00:00
count_s390x.s
equal_386.s
equal_amd64.s internal/bytealg: port more performance-critical functions to ABIInternal 2021-04-15 04:10:33 +00:00
equal_arm.s
equal_arm64.s
equal_generic.go
equal_mips64x.s all: add //go:build lines to assembly files 2021-05-13 09:12:17 +00:00
equal_mipsx.s all: add //go:build lines to assembly files 2021-05-13 09:12:17 +00:00
equal_native.go
equal_ppc64x.s all: add //go:build lines to assembly files 2021-05-13 09:12:17 +00:00
equal_riscv64.s
equal_s390x.s
equal_wasm.s
index_amd64.go
index_amd64.s
index_arm64.go
index_arm64.s
index_generic.go bytes: add asm implementation for index on ppc64x 2021-04-15 17:32:04 +00:00
index_native.go bytes: add asm implementation for index on ppc64x 2021-04-15 17:32:04 +00:00
index_ppc64x.go internal/bytealg: add power9 version of bytes index 2021-04-21 21:14:04 +00:00
index_ppc64x.s all: add //go:build lines to assembly files 2021-05-13 09:12:17 +00:00
index_s390x.go
index_s390x.s
indexbyte_386.s
indexbyte_amd64.s
indexbyte_arm.s
indexbyte_arm64.s
indexbyte_generic.go all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
indexbyte_mips64x.s all: add //go:build lines to assembly files 2021-05-13 09:12:17 +00:00
indexbyte_mipsx.s all: add //go:build lines to assembly files 2021-05-13 09:12:17 +00:00
indexbyte_native.go all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
indexbyte_ppc64x.s all: add //go:build lines to assembly files 2021-05-13 09:12:17 +00:00
indexbyte_riscv64.s
indexbyte_s390x.s
indexbyte_wasm.s