aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/mod_int_mat
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2019-01-31 14:26:03 +0100
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2019-01-31 14:26:03 +0100
commit4ba61956bec43ad004e37d1ad33c145daddf0ea2 (patch)
treef98fe36f76e0bd023d87af66e1fc35eb648c7a56 /test/monniaux/mod_int_mat
parent55e0de2582616b4fd91722eff2647ac18a3a500d (diff)
downloadcompcert-kvx-4ba61956bec43ad004e37d1ad33c145daddf0ea2.tar.gz
compcert-kvx-4ba61956bec43ad004e37d1ad33c145daddf0ea2.zip
bigger matrix
Diffstat (limited to 'test/monniaux/mod_int_mat')
-rw-r--r--test/monniaux/mod_int_mat/int_mat_run.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/monniaux/mod_int_mat/int_mat_run.c b/test/monniaux/mod_int_mat/int_mat_run.c
index f3955345..9ea1edd0 100644
--- a/test/monniaux/mod_int_mat/int_mat_run.c
+++ b/test/monniaux/mod_int_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();
modint *a = malloc(sizeof(modint) * m * n);
modint_mat_random(m, n, a, n);