diff options
Diffstat (limited to 'test/codegen')
| -rw-r--r-- | test/codegen/math.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/codegen/math.go b/test/codegen/math.go index f172af435d..79b11ca228 100644 --- a/test/codegen/math.go +++ b/test/codegen/math.go @@ -81,6 +81,7 @@ func abs(x, y float64) { // riscv64:"FABSD\t" // wasm:"F64Abs" // arm/6:"ABSD\t" + // mips64/hardfloat:"ABSD\t" sink64[0] = math.Abs(x) // amd64:"BTRQ\t[$]63","PXOR" (TODO: this should be BTSQ) |
