]> Cypherpunks repositories - gostls13.git/commit
[dev.ssa] cmd/compile: fix complex128
authorTodd Neal <todd@tneal.org>
Thu, 3 Sep 2015 02:11:32 +0000 (21:11 -0500)
committerTodd Neal <todd@tneal.org>
Thu, 3 Sep 2015 03:04:36 +0000 (03:04 +0000)
commit19285efaed7b08535e1b3ba921f584ed8bde6e49
treed295bd5928bb48091c100a17893db6a1bdd1c9b6
parent5cb352edeba36e862995dd82fe7312368e6e8571
[dev.ssa] cmd/compile: fix complex128

complex128 was being treated as a complex64

Fixes math/cmplx.

Change-Id: I2996915b4cb6b94198d41cf08a30bd8531b9fec5
Reviewed-on: https://go-review.googlesource.com/14206
Reviewed-by: Keith Randall <khr@golang.org>
src/cmd/compile/internal/gc/ssa.go
src/cmd/compile/internal/gc/testdata/fp_ssa.go