Move popcount et al to src/common and add popcount32/popcount64.
commit2f58623bbc56cc481a5641a3508af9d9e8c19248
authorJoerg Sonnenberger <joerg@NetBSD.org>
Tue, 21 Jul 2009 14:55:33 +0000 (21 14:55 +0000)
committerJoerg Sonnenberger <joerg@NetBSD.org>
Tue, 21 Jul 2009 14:55:33 +0000 (21 14:55 +0000)
tree456fa23f0a5d1d25a57fd25f7ebcf31bb289d984
parentbbf4145d1bc0b34c9e7e8e15d7fb4796524e4513
Move popcount et al to src/common and add popcount32/popcount64.
Requested by rmind@. MD should now override popcount32/popcount64 and
provide the aliases as fitting.
common/lib/libc/string/popcount32.c [moved from lib/libc/string/popcount.c with 83% similarity]
common/lib/libc/string/popcount64.c [moved from lib/libc/string/popcountll.c with 71% similarity]
distrib/sets/lists/comp/mi
include/strings.h
lib/libc/string/Makefile.inc
lib/libc/string/popcount.3
lib/libc/string/popcountl.c [deleted file]
sys/lib/libkern/Makefile.libkern
sys/lib/libkern/libkern.h