add aarch64/bits/mman.h with PROT_BTI from linux v5.8
[musl] / src / math / x32 / atan2l.s
1 .global atan2l
2 .type atan2l,@function
3 atan2l:
4         fldt 8(%esp)
5         fldt 24(%esp)
6         fpatan
7         ret