]> Cypherpunks repositories - gostls13.git/commit
test/codegen: fix confusing test cases
authorBen Shi <powerman1st@163.com>
Tue, 16 Oct 2018 04:02:03 +0000 (04:02 +0000)
committerBen Shi <powerman1st@163.com>
Tue, 16 Oct 2018 07:17:02 +0000 (07:17 +0000)
commit3785be3093ef8a8ea3c71ff9608451de1ad85db8
tree5c77f2178d8a7f3e9777ca71b138fd7d2e2105db
parent7f3313133ee3e40515aa99d3618b8e5eafed42d6
test/codegen: fix confusing test cases

ARMv7's MULAF/MULSF/MULAD/MULSD are not fused,
this CL fixes the confusing test cases.

Change-Id: I35022e207e2f0d24a23a7f6f188e41ba8eee9886
Reviewed-on: https://go-review.googlesource.com/c/142439
Run-TryBot: Ben Shi <powerman1st@163.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Akhil Indurti <aindurti@gmail.com>
Reviewed-by: Giovanni Bajo <rasky@develer.com>
test/codegen/floats.go