aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/float_mat/float_mat_run.c
diff options
context:
space:
mode:
authorCyril SIX <cyril.six@kalray.eu>2019-07-17 14:42:40 +0200
committerCyril SIX <cyril.six@kalray.eu>2019-07-17 14:42:40 +0200
commit1d7e934386fdb23f4e16f056e3d419be09ec0b02 (patch)
tree544ad7de1887036c36a9fea5556d6675def4c135 /test/monniaux/float_mat/float_mat_run.c
parentb973deb64041707d302bb244c6c280586629925c (diff)
downloadcompcert-kvx-1d7e934386fdb23f4e16f056e3d419be09ec0b02.tar.gz
compcert-kvx-1d7e934386fdb23f4e16f056e3d419be09ec0b02.zip
Portage réussi et complet
Diffstat (limited to 'test/monniaux/float_mat/float_mat_run.c')
-rw-r--r--test/monniaux/float_mat/float_mat_run.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/test/monniaux/float_mat/float_mat_run.c b/test/monniaux/float_mat/float_mat_run.c
index 329648c2..2f590f98 100644
--- a/test/monniaux/float_mat/float_mat_run.c
+++ b/test/monniaux/float_mat/float_mat_run.c
@@ -93,14 +93,14 @@ int main() {
"c1==c6: %s\n"
"c1==c7: %s\n"
"c1==c8: %s\n"
- "c1_time : %" PRIu64 "\n"
- "c2_time : %" PRIu64 "\n"
- "c3_time : %" PRIu64 "\n"
- "c4_time : %" PRIu64 "\n"
- "c5_time : %" PRIu64 "\n"
- "c6_time : %" PRIu64 "\n"
- "c7_time : %" PRIu64 "\n"
- "c8_time : %" PRIu64 "\n",
+ "c1 cycles: %" PRIu64 "\n"
+ "c2 cycles: %" PRIu64 "\n"
+ "c3 cycles: %" PRIu64 "\n"
+ "c4 cycles: %" PRIu64 "\n"
+ "c5 cycles: %" PRIu64 "\n"
+ "c6 cycles: %" PRIu64 "\n"
+ "c7 cycles: %" PRIu64 "\n"
+ "c8 cycles: %" PRIu64 "\n",
REAL_mat_equal(m, n, c1, p, c2, p)?"true":"false",
REAL_mat_equal(m, n, c1, p, c3, p)?"true":"false",