]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: skip float32 constant folding test on 387 builder
authorMichael Munday <mike.munday@ibm.com>
Thu, 13 Sep 2018 12:16:46 +0000 (13:16 +0100)
committerMichael Munday <mike.munday@ibm.com>
Fri, 14 Sep 2018 12:39:54 +0000 (12:39 +0000)
commit16687a3bbfa27280d16eaa89e72833b7d7579a79
treea2695a767da09f3147ce1893a4052c4beaa72e0e
parent9f59918cae5eb23fdf0135b77280907365b52069
cmd/compile: skip float32 constant folding test on 387 builder

The 387 unit always quietens float64 and float32 signaling NaNs,
even when just loading and storing them. This makes it difficult
to propagate such values in the compiler. This is a hard problem
to fix and it is also very obscure.

Updates #27516.

Change-Id: I03d88e31f14c86fa682fcea4b6d1fba18968aee8
Reviewed-on: https://go-review.googlesource.com/135195
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/compile/internal/gc/float_test.go