mirror of
https://github.com/aicodix/code.git
synced 2026-04-27 14:30:36 +00:00
output write disable mask in binary form
This commit is contained in:
parent
da9d47b95d
commit
5ab424e024
1 changed files with 2 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ Copyright 2018 Ahmet Inan <inan@aicodix.de>
|
|||
#define LDPC_DECODER_HH
|
||||
|
||||
#include <algorithm>
|
||||
//#include <bitset>
|
||||
#include "simd.hh"
|
||||
#include "rotate.hh"
|
||||
|
||||
|
|
@ -231,6 +232,7 @@ public:
|
|||
wdm[W*i+j] = tmp;
|
||||
#if 0
|
||||
std::cout << deg;
|
||||
std::cout << '\t' << std::bitset<TABLE::LINKS_MAX_CN>(tmp);
|
||||
for (int d = 0; d < deg; ++d)
|
||||
std::cout << '\t' << (int)lo[d].off << ':' << (int)lo[d].shi;
|
||||
std::cout << std::endl;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue