Home | History | Annotate | Download | only in string
History log of /src/tests/lib/libc/string/t_popcount.c
RevisionDateAuthorComments
 1.4  07-Jul-2011  jruoho Rename some test case names for consistency.
 1.3  26-Dec-2010  pgoyette Make running this test conditional on the setting of atf configuration
variable "run_popcount". This is a really long-running test (it takes
several hours on a qemu-emulation on a 2.8GHz AMD Pheno II) but could
still be useful if you want to run it manually, with the command

atf-run -v run_popcount=YES
 1.2  21-Jul-2009  drochner flag a 64-bit integer constant as "ULL" -- this is not clean but the
code around it assumes it anyway
fixes build on 32-bit
 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