asm for inverse trig functions
[musl] / src / math / i386 / atanl.s
diff --git a/src/math/i386/atanl.s b/src/math/i386/atanl.s
new file mode 100644 (file)
index 0000000..c508bc4
--- /dev/null
@@ -0,0 +1,7 @@
+.global atanl
+.type atanl,@function
+atanl:
+       fldt 4(%esp)
+       fld1
+       fpatan
+       ret