NUM_OUTPUT_BITS--

This commit is contained in:
Alwin Berger 2025-02-21 18:06:42 +01:00
parent 0f0f089ee8
commit c129d34e18

View File

@ -15,7 +15,7 @@
#define MAX_INPUT_BYTES 4096
#endif
#ifndef NUM_OUTPUT_BITS
#define NUM_OUTPUT_BITS 3
#define NUM_OUTPUT_BITS 2
#endif
#define OUTPUT_BITS(X) (X & ((1 << NUM_OUTPUT_BITS) - 1))