Thread
:
Is it possible to emulate hardfp?
View Single Post
tekki
2011-08-19 , 04:29
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.
Quote & Reply
|
The Following User Says Thank You to tekki For This Useful Post:
javispedro
tekki
View Public Profile
Send a private message to tekki
Find all posts by tekki