xref: /haiku/src/system/libroot/posix/musl/math/x86/lrintl.s (revision f504f61099b010fbfa94b1cc63d2e9072c7f7185)
1.global lrintl
2.type lrintl,@function
3lrintl:
4	fldt 4(%esp)
5	fistpl 4(%esp)
6	mov 4(%esp),%eax
7	ret
8