fix typo in the x86_64 rounding asm
[musl] / src / math / x86_64 / lrintf.s
index 951894b..488423d 100644 (file)
@@ -1,5 +1,5 @@
 .global lrintf
 .type lrintf,@function
 lrintf:
-       cvtss2si @xmm0,%rax
+       cvtss2si %xmm0,%rax
        ret