> Will it be safe to do handwritten assembly floating point arth in kernel?
> (i am using i386.)
not normally, you will destroy userspace's floating point context unless you
are really really careful.
Just Say No(tm)
Ok, i see. Floating point context is not backed up on every syscall. But only during context switch.
I think we can save the floating point context before using Floating point arth and restore it after finished using FP.
thanks
_________________________________________________________________
Tired of spam? Get advanced junk mail protection with MSN 8. http://join.msn.com/?page=features/junkmail
-- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/