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