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.

Is there a more optimized floating point software library available?

0
Posted

Is there a more optimized floating point software library available?

0

Yes. Since 2004, gumstix has switched from using the kernel floating point emulation in linux to using the softfloat GCC library — the major difference is that every floating point operation no longer results in a switch to kernel code form userspace code with the overhead inherent in that. The result is about a 3x speedup in FP performance relative to the older in-kernel code (We haven’t actually done any significant benchmarking — Craig has qualitatively noticed a speedup, and stuff on the web says 3x is typical — it could be that has been improved upon over time). The benchmarks are done using softfloat.

Related Questions

What is your question?

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

Experts123