summaryrefslogtreecommitdiff
path: root/src/pkg/math/abs_amd64.s
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/math/abs_amd64.s')
-rw-r--r--src/pkg/math/abs_amd64.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/math/abs_amd64.s b/src/pkg/math/abs_amd64.s
index 32b78539a..119346045 100644
--- a/src/pkg/math/abs_amd64.s
+++ b/src/pkg/math/abs_amd64.s
@@ -8,5 +8,5 @@ TEXT ·Abs(SB),7,$0
MOVQ BX, X0 // movsd $(-0.0), x0
MOVSD x+0(FP), X1
ANDNPD X1, X0
- MOVSD X0, r+8(FP)
+ MOVSD X0, ret+8(FP)
RET