xref: /aosp_15_r20/external/musl/src/math/x32/lrintl.s (revision c9945492fdd68bbe62686c5b452b4dc1be3f8453)
1.global lrintl
2.type lrintl,@function
3lrintl:
4	fldt 8(%esp)
5	fistpl 8(%esp)
6	movl 8(%esp),%eax
7	ret
8