add utest popcount for all types.
authorLuo Xionghu <xionghu.luo@intel.com>
Tue, 14 Oct 2014 00:08:46 +0000 (08:08 +0800)
committerZhigang Gong <zhigang.gong@intel.com>
Tue, 14 Oct 2014 05:44:16 +0000 (13:44 +0800)
commitb9700d7ea4757e35406dada4b017ed8221f845bb
tree1aec7b547d36972045d9b155226702b6f5141774
parent2279009e3f1e3501fbe8cca89d162f16ea307f64
add utest popcount for all types.

v2: add all types to test.
v3: fix signed type count bits error.

Signed-off-by: Luo Xionghu <xionghu.luo@intel.com>
Reviewed-by: Zhigang Gong <zhigang.gong@linux.intel.com>
kernels/compiler_popcount.cl [new file with mode: 0644]
utests/CMakeLists.txt
utests/compiler_popcount.cpp [new file with mode: 0644]