diff options
Diffstat (limited to 'src/math/i386/atanf.s')
-rw-r--r-- | src/math/i386/atanf.s | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/math/i386/atanf.s b/src/math/i386/atanf.s new file mode 100644 index 00000000..3cd40233 --- /dev/null +++ b/src/math/i386/atanf.s @@ -0,0 +1,7 @@ +.global atanf +.type atanf,@function +atanf: + flds 4(%esp) + fld1 + fpatan + ret |