mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
increase MAXVALUE to increase the computation time
This commit is contained in:
parent
345db8913a
commit
8363fa22ea
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
|||
#include <errno.h>
|
||||
|
||||
#define MATRIX_SIZE 128
|
||||
#define MAXVALUE 17
|
||||
#define MAXVALUE 1337
|
||||
#define PAGE_SIZE 4096
|
||||
#define CACHE_SIZE (256*1024)
|
||||
#define ALIGN(x,a) (((x)+(a)-1)&~((a)-1))
|
||||
|
|
Loading…
Add table
Reference in a new issue