2014-06-05 08:15 AM
Single precision float on units that have an FPU is apparently one cycle.
How much of an overhead are doubles?2014-06-05 09:21 AM
Single precision float on units that have an FPU is apparently one cycle. How much of an overhead are doubles?
Simple math perhaps, the divide isn't single cycle.http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.ddi0439b/BEHJADED.html
Would depend on the operation, and the vendor of the software library being used. Benchmark your computation. Multiply with reciprocals rather than divide where you can.