Timur Tabi wrote: > > ** Reply to message from "Lyle Coder" <[EMAIL PROTECTED]> on Wed, 20 Sep 2000 > 01:50:05 GMT > > > You cannot use MMX registers in the kernel either, since the kernel doesen't > > save and restore FX state (fxsave, fxrstor) either (just like > > (fsave/frstor). > > But what about these source files: > > include/asm-i386/mmx.h (which several other header files, like asm-i386/page.h, > include) > arch/i386/lib/mmx.c > arch/i386/lib/usercopy.c > > It appears that MMX is being used in the kernel already. Only under carefully controlled conditions. The MMX copy routines are only used when the overhead of saving the user floating point register state can be marginalized by the size of the copy. -- Brian Gerst - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/
- Question: Using floating point in the kernel Michael Vines
- Re: Question: Using floating point in the kernel Richard B. Johnson
- Re: Question: Using floating point in the kern... Timur Tabi
- Re: Question: Using floating point in the kern... Matthias Andree
- Re: Question: Using floating point in the kernel Marcus Sundberg
- Re: Question: Using floating point in the kernel Rusty Russell
- Re: Question: Using floating point in the kernel Lyle Coder
- Re: Question: Using floating point in the kern... Timur Tabi
- Re: Question: Using floating point in the ... Brian Gerst
- Re: Question: Using floating point in the ... Richard B. Johnson
- Re: Question: Using floating point in ... Alan Cox
- Re: Question: Using floating point in ... Arjan van de Ven
- Re: Question: Using floating point in the kern... Ricky Beam
- Re: Question: Using floating point in the ... Lyle Coder
- Re: Question: Using floating point in ... John Alvord
- Re: Question: Using floating poin... Andi Kleen
- Re: Question: Using floating ... Alan Cox
- Re: Question: Using float... Andi Kleen
- Re: Question: Using float... Alan Cox