mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
increase default values
because in comparsion to the SCC are current processors clearly faster
This commit is contained in:
parent
5effe82dd4
commit
ffd52cb8fa
2 changed files with 4 additions and 4 deletions
|
@ -25,8 +25,8 @@
|
|||
#undef _CACHE_WARM_UP_
|
||||
#undef _ERROR_CHECK_
|
||||
|
||||
#define MAXBUFSIZE 1024*1024*4
|
||||
#define DEFAULTLEN 1024
|
||||
#define MAXBUFSIZE 1024*1024*64
|
||||
#define DEFAULTLEN 1024*1024
|
||||
#define NUMROUNDS 10000
|
||||
|
||||
|
||||
|
|
|
@ -26,8 +26,8 @@
|
|||
#undef _USE_SEPARATED_BUFFERS_
|
||||
#undef _ERROR_CHECK_
|
||||
|
||||
#define MAXBUFSIZE 1024*1024*4
|
||||
#define DEFAULTLEN 1024
|
||||
#define MAXBUFSIZE 1024*1024*64
|
||||
#define DEFAULTLEN 1024*1024
|
||||
#define NUMROUNDS 10000
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue