]> git.proxmox.com Git - mirror_qemu.git/commit - tests/Makefile.include
tests: New test-bitcnt
authorAlex Bennée <alex.bennee@linaro.org>
Fri, 9 Dec 2016 14:36:00 +0000 (14:36 +0000)
committerRichard Henderson <rth@twiddle.net>
Tue, 10 Jan 2017 16:49:59 +0000 (08:49 -0800)
commitc3f8962f320d58fcd28bd8722334f6221edf7738
tree797dabf1658b26986f64fd26979496288e43128e
parent7bdcecb7b2d79c292d1256f7d6cf0f1da50d381f
tests: New test-bitcnt

Add some unit tests for bit count functions (currently only ctpop). As
the routines are based on the Hackers Delight optimisations I based
the test patterns on their tests.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <rth@twiddle.net>
tests/.gitignore
tests/Makefile.include
tests/test-bitcnt.c [new file with mode: 0644]