On Dec 3, 2013, at 8:31 AM, Ben Pfaff <[email protected]> wrote: > On Tue, Nov 26, 2013 at 11:24:51AM -0800, Jarno Rajahalme wrote: >> Count leading zeroes using builtin if available. >> >> Make log_2_floor() use raw_clz() and inline log_2_floor() and >> log_2_ceil(). >> >> Signed-off-by: Jarno Rajahalme <[email protected]> > > I assume you tested both implementations of raw_clz64()? >
Yes, by manually changing the GCC detection tests (so that they fail) above these both in util.c and util.h. > Acked-by: Ben Pfaff <[email protected]> Pushed to master, Jarno _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
