
Ok, I have to deal with FP math. So, did anyone actually checked how exactly slow floating operations are?
1. What about floating add and sub? How slow they are?
2. What is better - translate for example 4 floating variables to fixed, multiply them altogether, then translate them back or simply multiply them using floating multiplication?