View Single Post
Posts: 60 | Thanked: 198 times | Joined on Aug 2011 @ Radical Realistic Open Source with JFDI instead of Bikeshedding
#11
When you call a procedure, in hardfp you put floating point values in floating point registers. In softfp you put them in integer registers for ancient compatibility reasons.

Hardfp is faster due to code doesn't have to move floating point values first from a floating point register into an integer one and then back again upon function call.
 

The Following User Says Thank You to tekki For This Useful Post: