small fixes

This commit is contained in:
daanx 2024-12-04 00:14:56 -08:00
parent bc7fe399b1
commit 45f7fb559a
3 changed files with 12 additions and 4 deletions

View file

@ -45,7 +45,7 @@ static int THREADS = 1;
static int SCALE = 100;
static int ITER = 10;
#define ALLOW_LARGE false
#elif 0
#elif 1
static int THREADS = 32;
static int SCALE = 50;
static int ITER = 50;