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