fix typo in the x86_64 rounding asm
[musl] / src / math / x86_64 / lrint.s
index 59b1203..15fc245 100644 (file)
@@ -1,5 +1,5 @@
 .global lrint
 .type lrint,@function
 lrint:
-       cvtsd2si @xmm0,%rax
+       cvtsd2si %xmm0,%rax
        ret