some assemblers don't like fistpq; use the alt. mnemonic fistpll
[musl] / src / math / i386 / llrintf.s
1 .global llrintf
2 .type llrintf,@function
3 llrintf:
4         sub $8,%esp
5         flds 12(%esp)
6         fistpll (%esp)
7         pop %eax
8         pop %edx
9         ret