commit 8391d3a355825c12b6a4634b0f1c71258b719243
Author:     Mattias Andrée <[email protected]>
AuthorDate: Sun Apr 24 15:29:35 2016 +0200
Commit:     Mattias Andrée <[email protected]>
CommitDate: Sun Apr 24 15:29:40 2016 +0200

    Add more functions to benchmark-func
    
    Signed-off-by: Mattias Andrée <[email protected]>

diff --git a/bench/benchmark-func.c b/bench/benchmark-func.c
index 2acd9f8..e5fb08b 100644
--- a/bench/benchmark-func.c
+++ b/bench/benchmark-func.c
@@ -178,11 +178,11 @@ FUNCTION_2D(bench_zptest,           zptest(temp, *a, 5),)
 FUNCTION_2D(bench_zsets,            zsets(temp, buf), zstr(*a, buf))
 FUNCTION_2D(bench_zlsh,             zlsh(temp, *a, 1),)
 FUNCTION_2D(bench_zrsh,             zrsh(temp, *a, 1),)
+FUNCTION_2D(bench_ztrunc,           ztrunc(temp, *a, i / 2),)
+FUNCTION_2D(bench_self_ztrunc,      ztrunc(*a, *a, i),)
+FUNCTION_2D(bench_zsplit,           zsplit(temp, temp2, *a, i / 2),)
 
 /* TODO
-       ztrunc
-       self_ztrunc
-       zsplit
        zgcd
        zpow
        zpowu

Reply via email to