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 79b11ca228..6b59275462 100644 --- a/test/codegen/math.go +++ b/test/codegen/math.go @@ -82,6 +82,7 @@ func abs(x, y float64) { // wasm:"F64Abs" // arm/6:"ABSD\t" // mips64/hardfloat:"ABSD\t" + // mips/hardfloat:"ABSD\t" sink64[0] = math.Abs(x) // amd64:"BTRQ\t[$]63","PXOR" (TODO: this should be BTSQ) |
