Home | History | Annotate | Download | only in string
History log of /src/lib/libc/string/popcount.3
RevisionDateAuthorComments
 1.6  14-Jul-2016  abhinav Fix grammar.
 1.5  22-Aug-2011  dholland Add patch from Klaus Klein in PR 45258 to note that popcount32/64
require <stdint.h>.
 1.4  22-Jul-2009  wiz Add comma in enumeration.
 1.3  21-Jul-2009  joerg 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.
 1.2  21-Jul-2009  wiz Fix typo, add comma in enumeration.
 1.1  21-Jul-2009  joerg Add popcount(3) and the long and long long version. Name is inspired by
gnulib, the implementation goes back to the AMD Software Optimizer
guide. A number of platforms will want to replace the C version with
assembler code using native instructions.

RSS XML Feed