Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

My XXX kernel emulates a floating-point coprocessor for me. Should I enable –with-fp?

0
Posted

My XXX kernel emulates a floating-point coprocessor for me. Should I enable –with-fp?

0

{ZW} An emulated FPU is just as good as a real one, as far as the C library is concerned. You only need to say –without-fp if your machine has no way to execute floating-point instructions. People who are interested in squeezing the last drop of performance out of their machine may wish to avoid the trap overhead, but this is far more trouble than it’s worth: you then have to compile *everything* this way, including the compiler’s internal libraries (libgcc.a for GNU C), because the calling conventions change.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123