From b288b587378984c3c419d26a13dcf93686d1b779 Mon Sep 17 00:00:00 2001 From: Cyril SIX Date: Wed, 17 Jul 2019 12:03:39 +0200 Subject: All working benches ported --- test/monniaux/complex/complex_mat.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/monniaux/complex') diff --git a/test/monniaux/complex/complex_mat.c b/test/monniaux/complex/complex_mat.c index b7103f60..9ce4fd23 100644 --- a/test/monniaux/complex/complex_mat.c +++ b/test/monniaux/complex/complex_mat.c @@ -227,9 +227,9 @@ int main() { printf("c1==c8: %s\n" "c1==c9: %s\n" - "c1_time : %" PRIu64 "\n" - "c8_time : %" PRIu64 "\n" - "c9_time : %" PRIu64 "\n", + "c1 : %" PRIu64 "\n" + "c8 : %" PRIu64 "\n" + "c9 : %" PRIu64 "\n", COMPLEX_mat_equal(m, n, c1, p, c8, p)?"true":"false", COMPLEX_mat_equal(m, n, c1, p, c9, p)?"true":"false", -- cgit