undo unintended change

This commit is contained in:
John Tromp 2016-10-18 17:47:36 -04:00
parent f7d970e028
commit 2fed4d202f
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ static const u32 SLOTBITS = RESTBITS+1+1;
// number of slots per bucket
static const u32 NSLOTS = 1<<SLOTBITS;
// number of per-xhash slots
static const u32 XFULL = 12;
static const u32 XFULL = 16;
// SLOTBITS mask
static const u32 SLOTMASK = NSLOTS-1;
// number of possible values of xhash (rest of n) bits