Re: unresoved symbol _gp_disp

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Andi Kleen
Date: Thursday, October 4, 2007 - 11:29 am

"Steven J. Hill" <sjhill@realitydiluted.com> writes:


You can use floating point; you just have to make sure to 
save the FP context explicitely and disable preemption. Details
on how to do this vary by architecture.

The problem is that FP code typically takes often a lot of CPU time
and it is quite antisocial to disable preemption for a long time
because that impacts real time latency for everybody.

Besides many uses can be relatively easily rewritten to fixed
point.

-Andi
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
unresoved symbol _gp_disp, veerasena reddy, (Thu Oct 4, 3:12 am)
Re: unresoved symbol _gp_disp, Steven J. Hill, (Thu Oct 4, 10:39 am)
Re: unresoved symbol _gp_disp, David Daney, (Thu Oct 4, 10:47 am)
Re: unresoved symbol _gp_disp, Andi Kleen, (Thu Oct 4, 11:29 am)
Re: unresoved symbol _gp_disp, Ralf Baechle, (Fri Oct 5, 3:52 am)