(wrong string) ée

From: <git_AT_suckless.org>
Date: Sun, 24 Apr 2016 15:30:04 +0200 (CEST)

commit 8391d3a355825c12b6a4634b0f1c71258b719243
Author: Mattias Andrée <maandree_AT_kth.se>
AuthorDate: Sun Apr 24 15:29:35 2016 +0200
Commit: Mattias Andrée <maandree_AT_kth.se>
CommitDate: Sun Apr 24 15:29:40 2016 +0200

    Add more functions to benchmark-func
    
    Signed-off-by: Mattias Andrée <maandree_AT_kth.se>

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
_AT_@ -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
Received on Sun Apr 24 2016 - 15:30:04 CEST

This archive was generated by hypermail 2.3.0 : Sun Apr 24 2016 - 15:36:13 CEST