<br><br><div class="gmail_quote">On Wed, Aug 1, 2012 at 10:53 PM, Rustom Mody <span dir="ltr"><<a href="mailto:rustompmody@gmail.com" target="_blank">rustompmody@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
Any pointers to why floating point in the kernel is such a no-no?<br>I could understand it when floating point happened in co-processors.<br></blockquote><div><br>FPU register state is expensive to save+restore. no point in doing it all the time when you hardly ever need to. <br>
</div></div>