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