| .. |
|
bytealg.go
|
all: align cpu feature variable offset naming
|
2018-08-24 18:40:16 +00:00 |
|
compare_386.s
|
strings,bytes: use inlineable function trampolines instead of linkname
|
2018-11-08 20:52:47 +00:00 |
|
compare_amd64.s
|
strings,bytes: use inlineable function trampolines instead of linkname
|
2018-11-08 20:52:47 +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
|
strings,bytes: use inlineable function trampolines instead of linkname
|
2018-11-08 20:52:47 +00:00 |
|
compare_generic.go
|
all: remove nacl (part 3, more amd64p32)
|
2019-10-10 22:38:38 +00:00 |
|
compare_mips64x.s
|
internal/bytealg: (re)adding mips64x compare implementation
|
2019-10-03 20:32:21 +00:00 |
|
compare_mipsx.s
|
strings,bytes: use inlineable function trampolines instead of linkname
|
2018-11-08 20:52:47 +00:00 |
|
compare_native.go
|
all: remove nacl (part 3, more amd64p32)
|
2019-10-10 22:38:38 +00:00 |
|
compare_ppc64x.s
|
strings,bytes: use inlineable function trampolines instead of linkname
|
2018-11-08 20:52:47 +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
|
…
|
|
|
count_generic.go
|
internal/bytealg: add SIMD byte count implementation for s390x
|
2019-11-04 22:06:16 +00:00 |
|
count_native.go
|
internal/bytealg: add SIMD byte count implementation for s390x
|
2019-11-04 22:06:16 +00:00 |
|
count_ppc64x.s
|
all: fix typos
|
2019-09-08 17:28:20 +00:00 |
|
count_s390x.s
|
all: fix a bunch of misspellings
|
2019-11-15 21:04:43 +00:00 |
|
equal_386.s
|
bytes, internal/bytealg: simplify Equal
|
2019-04-24 00:56:36 +00:00 |
|
equal_amd64.s
|
bytes, internal/bytealg: simplify Equal
|
2019-04-24 00:56:36 +00:00 |
|
equal_arm.s
|
bytes, internal/bytealg: simplify Equal
|
2019-04-24 00:56:36 +00:00 |
|
equal_arm64.s
|
bytes, internal/bytealg: simplify Equal
|
2019-04-24 00:56:36 +00:00 |
|
equal_generic.go
|
bytes, internal/bytealg: simplify Equal
|
2019-04-24 00:56:36 +00:00 |
|
equal_mips64x.s
|
bytes, internal/bytealg: simplify Equal
|
2019-04-24 00:56:36 +00:00 |
|
equal_mipsx.s
|
bytes, internal/bytealg: simplify Equal
|
2019-04-24 00:56:36 +00:00 |
|
equal_native.go
|
bytes, internal/bytealg: simplify Equal
|
2019-04-24 00:56:36 +00:00 |
|
equal_ppc64x.s
|
bytes, internal/bytealg: simplify Equal
|
2019-04-24 00:56:36 +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
|
…
|
|
|
index_amd64.s
|
all: align cpu feature variable offset naming
|
2018-08-24 18:40:16 +00:00 |
|
index_arm64.go
|
internal/bytealg: fix function reference in comments
|
2019-04-02 05:45:33 +00:00 |
|
index_arm64.s
|
…
|
|
|
index_generic.go
|
…
|
|
|
index_native.go
|
…
|
|
|
index_s390x.go
|
…
|
|
|
index_s390x.s
|
…
|
|
|
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
|
internal/cpu,internal/bytealg: add support for riscv64
|
2019-11-11 22:13:42 +00:00 |
|
indexbyte_mips64x.s
|
strings,bytes: use inlineable function trampolines instead of linkname
|
2018-11-08 20:52:47 +00:00 |
|
indexbyte_mipsx.s
|
strings,bytes: use inlineable function trampolines instead of linkname
|
2018-11-08 20:52:47 +00:00 |
|
indexbyte_native.go
|
internal/cpu,internal/bytealg: add support for riscv64
|
2019-11-11 22:13:42 +00:00 |
|
indexbyte_ppc64x.s
|
strings,bytes: use inlineable function trampolines instead of linkname
|
2018-11-08 20:52:47 +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 |