]> Cypherpunks repositories - gostls13.git/commit
cmd/internal: disable OSQRT on GOARM=5
authorJoel Sing <jsing@google.com>
Thu, 30 Apr 2015 18:19:34 +0000 (04:19 +1000)
committerJoel Sing <jsing@google.com>
Tue, 5 May 2015 05:57:09 +0000 (05:57 +0000)
commit3120adc21294829c230005a89e9bb0ad63de606b
treead781db36a408687d316f766215a4aa12741397b
parent1eebb91a5828c26532125b9464c92f721cd79d0f
cmd/internal: disable OSQRT on GOARM=5

OSQRT currently produces incorrect results when used on arm with softfloat.
Disable it on GOARM=5 until the actual problem is found and fixed.

Updates #10641

Change-Id: Ia6f6879fbbb05cb24399c2feee93c1be21113e73
Reviewed-on: https://go-review.googlesource.com/9524
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Dave Cheney <dave@cheney.net>
src/cmd/internal/gc/walk.go