use an accessor function for __libc data pointer when compiled as PIC
[musl] / src / math / i386 / s_rint.s
1 .global rint
2 rint:
3         fldl 4(%esp)
4         frndint
5         ret