Sign in
go
/
go
/
15676b51a54f0284355a8866fa5520fdd74b76cc
/
src
/
runtime
/
noasm.go
c1037aa
runtime: added mips64{,le} build tags and GOARCH cases
by Yao Zhang
· 10 years ago
32d3b96
runtime: implement cmpstring and bytes.Compare in assembly for ppc64
by Shenghou Ma
· 10 years ago
805e56e
runtime: short-circuit bytes.Compare if src and dst are the same slice
by Keith Randall
· 10 years ago
ee349b5
runtime: add arm64 runtime.cmpstring and bytes.Compare
by Dave Cheney
· 10 years ago
e2543ef
runtime: add runtime.cmpstring and bytes.Compare
by Dave Cheney
· 10 years ago
846ee04
runtime: add support for linux/arm64
by Aram Hăvărneanu
· 10 years ago
fd4dc91
strings: remove overengineered Compare implementation
by Russ Cox
· 10 years ago
90ce193
strings: add Compare(x, y string) int, for symmetry with bytes.Compare
by Alan Donovan
· 10 years ago
ee3a1ff
all: update old comments referencing *.goc files
by Brad Fitzpatrick
· 10 years ago
1050c41
runtime: add comments for blank import of "unsafe"
by Shenghou Ma
· 10 years ago
e98f217
runtime: fix build for arm and ppc64/ppc64le
by Shenghou Ma
· 10 years ago
7a524a1
runtime: remove thunk.s
by Russ Cox
· 10 years ago
09d92b6
all: power64 is now ppc64
by Russ Cox
· 10 years ago
977fba7
[dev.power64] runtime: Fix broken merge of noasm.go
by Austin Clements
· 10 years ago
[Renamed (96%) from src/runtime/noasm_arm.go]
c007ce8
build: move package sources from src/pkg to src
by Russ Cox
· 11 years ago
[Renamed from src/pkg/runtime/noasm_arm.go]
5ea131f
runtime: compare only until min(len(s1), len(s2))
by David Crawshaw
· 11 years ago
6179aca
runtime: convert runtime1.goc, noasm_arm.goc to Go
by Russ Cox
· 11 years ago