On 18-Aug-07, at 7:16 PM, Ashutosh Adkar wrote:
Hi,
Can anybody please tell me the reason as to why
floating point
arithmetic is not very convinient in kernel code as against user code?
<>
Did you watch 'Matrix' movie?
</>
Integer calculations are much more faster than floating point
calculations.
Generally, integer calculations are necessary and sufficient for the
things
done in kernel code. But if you really required floating point, you
can always
do that.
shantanoo
--
______________________________________________________________________
Pune GNU/Linux Users Group Mailing List: (plug-mail@plug.org.in)
List Information: http://plug.org.in/cgi-bin/mailman/listinfo/plug-mail
Send 'help' to [EMAIL PROTECTED] for mailing instructions.