diff options
Diffstat (limited to 'libc-top-half/musl/src/math/x32/atan2l.s')
-rw-r--r-- | libc-top-half/musl/src/math/x32/atan2l.s | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libc-top-half/musl/src/math/x32/atan2l.s b/libc-top-half/musl/src/math/x32/atan2l.s new file mode 100644 index 0000000..1ead078 --- /dev/null +++ b/libc-top-half/musl/src/math/x32/atan2l.s @@ -0,0 +1,7 @@ +.global atan2l +.type atan2l,@function +atan2l: + fldt 8(%esp) + fldt 24(%esp) + fpatan + ret |