Skip to content

Commit

Permalink
Make default ProbBits 11
Browse files Browse the repository at this point in the history
  • Loading branch information
lin-toto committed Jun 22, 2023
1 parent 21d1d76 commit 6837762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/common/params.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#ifdef PROB_BITS
const uint8_t ProbBits = PROB_BITS;
#else
const uint8_t ProbBits = 16;
const uint8_t ProbBits = 11;
#endif

#ifdef LUT_GRANULARITY
Expand Down

0 comments on commit 6837762

Please sign in to comment.