aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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);