Matti Niemenmaa wrote: > Lars Noschinski wrote: >> An integer division is faster than a float division. > > This actually isn't the case on Pentium 4, at least. Even if fdiv takes as many cycles as idiv, you'll still have to add the time needed for the necessary casts. regards, frank