xref: /aosp_15_r20/external/musl/src/math/i386/atanl.s (revision c9945492fdd68bbe62686c5b452b4dc1be3f8453)
1*c9945492SAndroid Build Coastguard Worker.global atanl
2*c9945492SAndroid Build Coastguard Worker.type atanl,@function
3*c9945492SAndroid Build Coastguard Workeratanl:
4*c9945492SAndroid Build Coastguard Worker	fldt 4(%esp)
5*c9945492SAndroid Build Coastguard Worker	fld1
6*c9945492SAndroid Build Coastguard Worker	fpatan
7*c9945492SAndroid Build Coastguard Worker	ret
8