@jsbarretto Yeah, fixed point is fine, though when I did DS ROM hacking, I didn't see a lot of it. I did see a lot of calls to software floating point functions (some of which could get very big!), though, and that worried me.
Top-level
@jsbarretto Yeah, fixed point is fine, though when I did DS ROM hacking, I didn't see a lot of it. I did see a lot of calls to software floating point functions (some of which could get very big!), though, and that worried me. 1 comment
|
@saffronflight On occasion, you do need the precision. Provided I'm not on a hot path, I'll sometimes flip other to floats, do some calculation that needs a lot of precision, and then flip back afterward.