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