summaryrefslogtreecommitdiff
path: root/src/math/x86_64/lrint.s
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/x86_64/lrint.s')
-rw-r--r--src/math/x86_64/lrint.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/x86_64/lrint.s b/src/math/x86_64/lrint.s
index 59b12038..15fc2454 100644
--- a/src/math/x86_64/lrint.s
+++ b/src/math/x86_64/lrint.s
@@ -1,5 +1,5 @@
.global lrint
.type lrint,@function
lrint:
- cvtsd2si @xmm0,%rax
+ cvtsd2si %xmm0,%rax
ret