CodeRed
CodeRed copied to clipboard
Fixes
This PR contains a few small fixes:
- Restrict library sizes to >=256 (due to the constant use of
4
inpopcnt
andAND_popcnt
) - Don't modify
t
innext
ifnCh0
. - For dynamic goal weights in
LB
andLBB
allow enumerating vectors of weightn
(handles trivial cases, such as the repetition code generator matrix of a single basis vector of all 1s) - Fix a bug in
SizeRed
where the hamming weight was just the weight ofE[i]
.