>>>>> "AP" == Alexei Podtelezhnikov <[email protected]> writes:
AP> Modulo operators against a power-of-two denominator is easily avoidable. AP> The patch does that and a bit more in some cases to help the least advanced AP> of compilers. AP> Please review and apply. AP> Alexei As Alexei writes, the conversions from % to & are beneficial for simpler compilers; they are also at least as easy to read and comprehend. The same goes for the other simplifications in the patch. [Following lkml (and now xorg) style here:] Reviewed-by: James Cloos <[email protected]> -JimC -- James Cloos <[email protected]> OpenPGP: 1024D/ED7DAEA6 _______________________________________________ Freetype-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/freetype-devel
