..
bytealg.go
all: replace runtime SSE2 detection with GO386 setting
2021-08-23 21:22:58 +00:00
compare_386.s
all: replace runtime SSE2 detection with GO386 setting
2021-08-23 21:22:58 +00:00
compare_amd64.s
[dev.typeparams] runtime, internal/bytealg: remove regabi fallback code on AMD64
2021-08-11 17:08:54 +00:00
compare_arm.s
internal/bytealg: use word-wise comparison for Compare on arm
2019-03-06 16:09:38 +00:00
compare_arm64.s
[dev.typeparams] runtime, internal/bytealg: port performance-critical functions to register ABI on ARM64
2021-06-03 16:28:19 +00:00
compare_generic.go
all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)
2021-10-28 18:17:57 +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 fix -fix=buildtag std cmd (except for bootstrap deps, vendor)
2021-10-28 18:17:57 +00:00
compare_ppc64x.s
internal/bytealg: port bytealg functions to reg ABI on ppc64x
2021-09-28 20:54:26 +00:00
compare_s390x.s
strings,bytes: use inlineable function trampolines instead of linkname
2018-11-08 20:52:47 +00:00
compare_wasm.s
runtime,internal/bytealg: optimize wasmZero, wasmMove, Compare
2019-10-11 04:00:35 +00:00
count_amd64.s
all: align cpu feature variable offset naming
2018-08-24 18:40:16 +00:00
count_arm.s
internal/bytealg: add assembly implementation of Count/CountString on arm
2019-03-19 16:33:10 +00:00
count_arm64.s
internal/bytealg: move short string Index implementations into bytealg
2018-03-04 19:49:44 +00:00
count_generic.go
all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)
2021-10-28 18:17:57 +00:00
count_native.go
all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)
2021-10-28 18:17:57 +00:00
count_ppc64x.s
internal/bytealg: port bytes.Index and bytes.Count to reg ABI on ppc64x
2021-10-19 18:22:59 +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
all: fix a bunch of misspellings
2019-11-15 21:04:43 +00:00
equal_386.s
all: replace runtime SSE2 detection with GO386 setting
2021-08-23 21:22:58 +00:00
equal_amd64.s
[dev.typeparams] runtime, internal/bytealg: remove regabi fallback code on AMD64
2021-08-11 17:08:54 +00:00
equal_arm.s
bytes, internal/bytealg: simplify Equal
2019-04-24 00:56:36 +00:00
equal_arm64.s
[dev.typeparams] runtime, internal/bytealg: port performance-critical functions to register ABI on ARM64
2021-06-03 16:28:19 +00:00
equal_generic.go
bytes, internal/bytealg: simplify Equal
2019-04-24 00:56:36 +00:00
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
bytes, internal/bytealg: simplify Equal
2019-04-24 00:56:36 +00:00
equal_ppc64x.s
internal/bytealg: port bytealg functions to reg ABI on ppc64x
2021-09-28 20:54:26 +00:00
equal_riscv64.s
internal/cpu,internal/bytealg: add support for riscv64
2019-11-11 22:13:42 +00:00
equal_s390x.s
bytes, internal/bytealg: simplify Equal
2019-04-24 00:56:36 +00:00
equal_wasm.s
bytes, internal/bytealg: simplify Equal
2019-04-24 00:56:36 +00:00
index_amd64.go
internal/bytealg: move short string Index implementations into bytealg
2018-03-04 19:49:44 +00:00
index_amd64.s
crypto,internal/bytealg: fix assembly that clobbers BP
2020-08-16 17:05:18 +00:00
index_arm64.go
internal/bytealg: fix function reference in comments
2019-04-02 05:45:33 +00:00
index_arm64.s
all: fix typos detected by github.com/client9/misspell
2018-08-23 15:54:07 +00:00
index_generic.go
all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)
2021-10-28 18:17:57 +00:00
index_native.go
all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)
2021-10-28 18:17:57 +00:00
index_ppc64x.go
all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)
2021-10-28 18:17:57 +00:00
index_ppc64x.s
internal/bytealg: fix Separator length check for Index/ppc64le
2021-10-21 15:45:05 +00:00
index_s390x.go
internal/bytealg: move short string Index implementations into bytealg
2018-03-04 19:49:44 +00:00
index_s390x.s
internal/bytealg: move short string Index implementations into bytealg
2018-03-04 19:49:44 +00:00
indexbyte_386.s
strings,bytes: use inlineable function trampolines instead of linkname
2018-11-08 20:52:47 +00:00
indexbyte_amd64.s
strings,bytes: use inlineable function trampolines instead of linkname
2018-11-08 20:52:47 +00:00
indexbyte_arm.s
internal/bytealg: share code for IndexByte functions on arm
2019-03-18 07:37:13 +00:00
indexbyte_arm64.s
strings,bytes: use inlineable function trampolines instead of linkname
2018-11-08 20:52:47 +00:00
indexbyte_generic.go
all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)
2021-10-28 18:17:57 +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 fix -fix=buildtag std cmd (except for bootstrap deps, vendor)
2021-10-28 18:17:57 +00:00
indexbyte_ppc64x.s
internal/bytealg: port bytealg functions to reg ABI on ppc64x
2021-09-28 20:54:26 +00:00
indexbyte_riscv64.s
internal/bytealg: fix riscv64 offset names
2020-02-04 23:15:01 +00:00
indexbyte_s390x.s
strings,bytes: use inlineable function trampolines instead of linkname
2018-11-08 20:52:47 +00:00
indexbyte_wasm.s
internal/bytealg: simplify memchr for wasm
2019-03-29 03:59:19 +00:00