mirror of
https://github.com/aicodix/code.git
synced 2026-04-28 09:43:11 +00:00
relax size of wd_t by two parity links
This commit is contained in:
parent
776a5d4657
commit
e8b43ce90f
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ class LDPCDecoder
|
||||||
typedef SIMD<int8_t, SIMD_SIZE> TYPE;
|
typedef SIMD<int8_t, SIMD_SIZE> TYPE;
|
||||||
typedef struct { uint16_t off; uint16_t shi; } Loc;
|
typedef struct { uint16_t off; uint16_t shi; } Loc;
|
||||||
typedef uint32_t wd_t;
|
typedef uint32_t wd_t;
|
||||||
static_assert(sizeof(wd_t) * 8 >= TABLE::LINKS_MAX_CN, "write disable mask needs at least as many bits as max check node links");
|
static_assert(sizeof(wd_t) * 8 >= CNC, "write disable mask needs at least as many bits as max check node links");
|
||||||
Rotate<TYPE, D> rotate;
|
Rotate<TYPE, D> rotate;
|
||||||
|
|
||||||
TYPE bnl[BNL];
|
TYPE bnl[BNL];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue