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