math: use 0x1p-120f and 0x1p120f for tiny and huge values
[musl] / src / math / x86_64 / atanl.s
1 .global atanl
2 .type atanl,@function
3 atanl:
4         fldt 8(%rsp)
5         fld1
6         fpatan
7         ret