2 * Written by J.T. Conklin <jtc@NetBSD.org>.
6 #include <machine/asm.h>
8 RCSID("$NetBSD: s_ceilf.S,v 1.8 2004/07/16 18:40:24 drochner Exp $")
16 fstcw -4(%ebp) /* store fpu control word */
18 orw $0x0800,%dx /* round towards +oo */
21 fldcw -8(%ebp) /* load modfied control word */
23 flds 8(%ebp); /* round */
26 fldcw -4(%ebp) /* restore original control word */