1
0
Fork 0
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:
Stefan Lankes 2015-10-18 11:17:34 +02:00
parent 5effe82dd4
commit ffd52cb8fa
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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