]> Cypherpunks repositories - gostls13.git/commit
math: add test that covers riscv64 fnm{add,sub} codegen
authorMichael Munday <mike.munday@lowrisc.org>
Wed, 28 Jun 2023 22:12:33 +0000 (23:12 +0100)
committerGopher Robot <gobot@golang.org>
Fri, 7 Jul 2023 17:39:26 +0000 (17:39 +0000)
commit158d11196f732e4c80b03240548bdd373e6a9eff
tree082f6b47a4a5dee5fadad7405507fd1021cc8dd1
parentd3d78b4bcc7c4021c4a3a8a3ecdb85ec59bdd58b
math: add test that covers riscv64 fnm{add,sub} codegen

Adds a test that triggers the RISC-V fused multiply-add code
generation bug fixed by CL 506575.

Change-Id: Ia3a55a68b48c5cc6beac4e5235975dea31f3faf2
Reviewed-on: https://go-review.googlesource.com/c/go/+/507035
Auto-Submit: M Zhuo <mzh@golangcn.org>
Reviewed-by: M Zhuo <mzh@golangcn.org>
Run-TryBot: Michael Munday <mike.munday@lowrisc.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Joedian Reid <joedian@golang.org>
Reviewed-by: Keith Randall <khr@golang.org>
src/math/all_test.go