peter 2003/12/06 15:22:43 PST FreeBSD src repository Modified files: sys/amd64/include cpufunc.h Log: Add 64 bit bsf*/ffs* routines. Have the ffs() inline use gcc's builtin because it uses the better cmove instructions to avoid branches. Revision Changes Path 1.138 +40 -1 src/sys/amd64/include/cpufunc.h