aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/float_mat
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2019-05-20 13:55:22 +0200
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2019-05-20 13:55:22 +0200
commitad6ff26beeb42b0e34a95939baa6d41b369e5d56 (patch)
tree17523284ca77e80c511020f82855e8ca574388d0 /test/monniaux/float_mat
parent49fb3d48812d18d3f5c2fdd8d85be8116e59c684 (diff)
parent9f58c4419596fbab69c8fe25c3d51e66acb613d0 (diff)
downloadcompcert-kvx-ad6ff26beeb42b0e34a95939baa6d41b369e5d56.tar.gz
compcert-kvx-ad6ff26beeb42b0e34a95939baa6d41b369e5d56.zip
Merge remote-tracking branch 'origin/mppa-work' into mppa-fast-div
Diffstat (limited to 'test/monniaux/float_mat')
-rw-r--r--test/monniaux/float_mat/float_mat_run.c16
-rw-r--r--test/monniaux/float_mat/make.proto1
2 files changed, 9 insertions, 8 deletions
diff --git a/test/monniaux/float_mat/float_mat_run.c b/test/monniaux/float_mat/float_mat_run.c
index 5d34bb70..329648c2 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_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",
REAL_mat_equal(m, n, c1, p, c2, p)?"true":"false",
REAL_mat_equal(m, n, c1, p, c3, p)?"true":"false",
diff --git a/test/monniaux/float_mat/make.proto b/test/monniaux/float_mat/make.proto
index 3628afbb..ebdd8930 100644
--- a/test/monniaux/float_mat/make.proto
+++ b/test/monniaux/float_mat/make.proto
@@ -1,2 +1,3 @@
objdeps: [{name: float_mat_run, compiler: gcc}]
target: float_mat
+measures: [[c2_time, c2]]