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