aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/xor_and_mat
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2019-01-31 14:15:46 +0100
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2019-01-31 14:15:46 +0100
commit55e0de2582616b4fd91722eff2647ac18a3a500d (patch)
treeb0d0e7454e203572529755d3280c4487244301f8 /test/monniaux/xor_and_mat
parent3b42111855b525d07ef0960b36d0114621b247f8 (diff)
downloadcompcert-kvx-55e0de2582616b4fd91722eff2647ac18a3a500d.tar.gz
compcert-kvx-55e0de2582616b4fd91722eff2647ac18a3a500d.zip
on se fait bien dépasser!
Diffstat (limited to 'test/monniaux/xor_and_mat')
-rw-r--r--test/monniaux/xor_and_mat/int_mat_run.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/monniaux/xor_and_mat/int_mat_run.c b/test/monniaux/xor_and_mat/int_mat_run.c
index 225d68f3..b05c9f9f 100644
--- a/test/monniaux/xor_and_mat/int_mat_run.c
+++ b/test/monniaux/xor_and_mat/int_mat_run.c
@@ -6,7 +6,7 @@
#include "../cycles.h"
int main() {
- const unsigned m = 40, n = 21, p = 30;
+ const unsigned m = 60, n = 31, p = 50;
cycle_count_config();
xor_and *a = malloc(sizeof(xor_and) * m * n);
xor_and_mat_random(m, n, a, n);