x86_64 math asm, long double functions only
[musl] / src / math / x86_64 / logl.s
diff --git a/src/math/x86_64/logl.s b/src/math/x86_64/logl.s
new file mode 100644 (file)
index 0000000..20dd1f8
--- /dev/null
@@ -0,0 +1,7 @@
+.global logl
+.type logl,@function
+logl:
+       fldln2
+       fldt 8(%rsp)
+       fyl2x
+       ret