Added bitcount/pop implementation perf tests

This commit is contained in:
Christophe Riccio
2014-11-02 21:18:46 +01:00
parent 9ecf69afc4
commit c62b6c7324
4 changed files with 291 additions and 1 deletions

View File

@@ -20,6 +20,7 @@ glmCreateTestGTC(core_func_common)
glmCreateTestGTC(core_func_exponential)
glmCreateTestGTC(core_func_geometric)
glmCreateTestGTC(core_func_integer)
glmCreateTestGTC(core_func_integer_bit_count)
glmCreateTestGTC(core_func_integer_find_lsb)
glmCreateTestGTC(core_func_matrix)
glmCreateTestGTC(core_func_noise)