aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/complex
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/complex
parentb973deb64041707d302bb244c6c280586629925c (diff)
downloadcompcert-kvx-1d7e934386fdb23f4e16f056e3d419be09ec0b02.tar.gz
compcert-kvx-1d7e934386fdb23f4e16f056e3d419be09ec0b02.zip
Portage réussi et complet
Diffstat (limited to 'test/monniaux/complex')
-rw-r--r--test/monniaux/complex/complex_mat.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/monniaux/complex/complex_mat.c b/test/monniaux/complex/complex_mat.c
index 9ce4fd23..f39dccf0 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 : %" PRIu64 "\n"
- "c8 : %" PRIu64 "\n"
- "c9 : %" PRIu64 "\n",
+ "c1 cycles: %" PRIu64 "\n"
+ "c8 cycles: %" PRIu64 "\n"
+ "c9 cycles: %" PRIu64 "\n",
COMPLEX_mat_equal(m, n, c1, p, c8, p)?"true":"false",
COMPLEX_mat_equal(m, n, c1, p, c9, p)?"true":"false",