svn commit: r319905 - in head/sys: kern sys

Hans Petter Selasky hps at selasky.org
Wed Jun 14 11:07:05 UTC 2017


On 06/13/17 19:49, Alan Cox wrote:
> +#define	bitcount64(x)	__bitcount64((uint64_t)(x))

bitcount64() is already defined by sys/libkern.h - use that?

--HPS


More information about the svn-src-head mailing list