| * Written by J.T. Conklin <jtc@netbsd.org>.
|
| * Changes for long double by Ulrich Drepper <drepper@cygnus.com>
|
| * Removed header file dependency for use in libmingwex.a by
|
| * Danny Smith <dannysmith@users.sourceforge.net>
|
| .def _floorf; .scl 2; .type 32; .endef
|
| fstcw 4(%esp) /* store fpu control word */
|
| /* We use here %edx although only the low 1 bits are defined.
|
| But none of the operations should care and they are faster
|
| than the 16 bit operations. */
|
| movl $0x400,%edx /* round towards -oo */
|
| fldcw (%esp) /* load modified control word */
|
| fldcw 4(%esp) /* restore original control word */
|