Bit Twiddling Hacks - Computer Graphics at Stanford University
About the operation counting methodology When totaling the number of operations for algorithms here, any C operator is counted as one operation. Intermediate assignments, which need not be written to RAM, are not counted. Of course, this operation countin...