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 it possible to make floating point operations go faster on Blackfin processors?

0
Posted

Is it possible to make floating point operations go faster on Blackfin processors?

0

There are two variants of the floating point library available, depending on the compiler option specified: -ieee-fp This uses slower IEEE-compliant floating point routines. -fast-fp This uses faster floating point routines, with some deviations from IEEE. The -fast-fp library deviates from the IEEE standard because it doesn’t perform all the necessary checking for NaNs on input.

Related Questions

What is your question?

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

Experts123