Re: Why all glibc2 programs are FPU programs

Ulrich Drepper (drepper@cygnus.com)
26 May 1998 09:05:07 -0700


"David S. Miller" <davem@dm.cobaltmicro.com> writes:

> extern int lib_ieee_set;
>
> if(lib_ieee_set)
> set_fpu_cw(foo);
> else
> ; /* this is how the kernel sets it */

This will not work if the kernel again changes this initialization value.

-- Uli
---------------. drepper at gnu.org ,-. 1325 Chesapeake Terrace
Ulrich Drepper \ ,-------------------' \ Sunnyvale, CA 94089 USA
Cygnus Solutions `--' drepper at cygnus.com `------------------------

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu