On Tue, Mar 26, 2013 at 2:44 PM, Bengt Richter <[email protected]> wrote: > uint32_t > component_delta2(uint32_t next, uint32_t prev) > { > return ((((next&0xff00ff)-(prev&0xff00ff)+0x100)&0xff00ff)+ > (((next&0xff00)-(prev&0xff00))&0xff00)); > }
Does removing all the spaces make it faster? ;) _______________________________________________ wayland-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/wayland-devel
