]> Cypherpunks repositories - gostls13.git/commit
math: test portable FMA even on system with hardware FMA
authorRuss Cox <rsc@golang.org>
Tue, 5 Nov 2019 01:36:21 +0000 (20:36 -0500)
committerRuss Cox <rsc@golang.org>
Thu, 7 Nov 2019 14:53:38 +0000 (14:53 +0000)
commite8f01d591f9be2653bfb13c0214c4c96b64aa028
treee35b60521034914a4edaba49700c51266c7e398f
parent543c6d2e0dcd24886fce6c00e84b7238c30c1c0b
math: test portable FMA even on system with hardware FMA

This makes it a little less likely the portable FMA will be
broken without realizing it.

Change-Id: I7f7f4509b35160a9709f8b8a0e494c09ea6e410a
Reviewed-on: https://go-review.googlesource.com/c/go/+/205337
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Keith Randall <khr@golang.org>
src/math/all_test.go