
7 Jun
2006
7 Jun
'06
8:16 p.m.
Martin Bonner <martin.bonner <at> pitechnology.com> writes:
time t = x / v; // typically LOTS of computations here ...
I'm not sure, however, why t = x / v should involve lots of computation.
I think the OP meant that the single division operator here is usually replaced by lots of computations in his applications ... which is why he is concerned that the the division operator should be translated to a single FDIV instruction by the compiler.
Precisely!! Thank you for clarifying my sloppy wording. -- Leland