]> Cypherpunks repositories - gostls13.git/commit
identical complex implementation
authorKen Thompson <ken@golang.org>
Tue, 9 Mar 2010 20:49:24 +0000 (12:49 -0800)
committerKen Thompson <ken@golang.org>
Tue, 9 Mar 2010 20:49:24 +0000 (12:49 -0800)
commitf229c8b5468887b535d52be58e1798b9df8a60a2
tree5d59867e5850705826f48be2a368da99960af389
parent5b1a196c37d7191d1e20aab0d24dfc436117f29a
identical complex implementation
for 6g and 8g. can also be used
for 5g. 5g is still a stub.

R=rsc
CC=golang-dev
https://golang.org/cl/362041
19 files changed:
src/cmd/6g/Makefile
src/cmd/6g/gg.h
src/cmd/6g/gsubr.c
src/cmd/8g/Makefile
src/cmd/8g/cgen.c
src/cmd/8g/gg.h
src/cmd/8g/gsubr.c
src/cmd/gc/builtin.c.boot
src/cmd/gc/cplx.c [moved from src/cmd/6g/cplx.c with 52% similarity]
src/cmd/gc/runtime.go
src/cmd/gc/walk.c
src/pkg/runtime/Makefile
src/pkg/runtime/complex.c [new file with mode: 0644]
test/golden.out
test/ken/cplx0.go
test/ken/cplx1.go
test/ken/cplx2.go
test/ken/cplx3.go
test/ken/cplx4.go