new math asm (abs/rounding) for x86_64
[musl] / src / math / x86_64 / llrint.s
diff --git a/src/math/x86_64/llrint.s b/src/math/x86_64/llrint.s
new file mode 100644 (file)
index 0000000..0de0658
--- /dev/null
@@ -0,0 +1,5 @@
+.global llrint
+.type llrint,@function
+llrint:
+       cvtsd2si @xmm0,%rax
+       ret