1.global remainderl
2.type remainderl,@function
3remainderl:
4	.cfi_startproc
5	fldt 24(%rsp)
6	fldt 8(%rsp)
71:	fprem1
8	fnstsw %ax
9	testb $4,%ah
10	jnz 1b
11	fstp %st(1)
12	ret
13	.cfi_endproc
14