Skip to content
Prev 207257 / 398503 Next

Optimizing C code

On 22/01/2010 12:52 PM, Christophe Genolini wrote:
That would presumably give the same answer, but there are lots of 
reasons it might not be useless:

 - the author might find it clearer, or easier to generalize to integer 
data (where your version wouldn't work).
 - it might be faster, because it can abort sooner.
 - it might be essentially equivalent in all important respects.

Duncan Murdoch