aboutsummaryrefslogtreecommitdiff
path: root/test/codegen
diff options
context:
space:
mode:
Diffstat (limited to 'test/codegen')
-rw-r--r--test/codegen/math.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/codegen/math.go b/test/codegen/math.go
index 427f305c12..c942085480 100644
--- a/test/codegen/math.go
+++ b/test/codegen/math.go
@@ -108,6 +108,7 @@ func copysign(a, b, c float64) {
}
func fma(x, y, z float64) float64 {
+ // amd64:"VFMADD231SD"
// arm64:"FMADDD"
// s390x:"FMADD"
// ppc64:"FMADD"