fix typo in the x86_64 rounding asm
[musl] / src / math / x86_64 / llrint.s
index 0de0658..bf47649 100644 (file)
@@ -1,5 +1,5 @@
 .global llrint
 .type llrint,@function
 llrint:
-       cvtsd2si @xmm0,%rax
+       cvtsd2si %xmm0,%rax
        ret