clock_gettime: add support for 32-bit vdso with 64-bit time_t
[musl] / src / math / x32 / fabsl.s
1 .global fabsl
2 .type fabsl,@function
3 fabsl:
4         fldt 8(%esp)
5         fabs
6         ret