mirror of
https://github.com/aicodix/code.git
synced 2026-04-27 22:35:44 +00:00
getting rid of obsolete version
This commit is contained in:
parent
e8b43ce90f
commit
0b37102383
4 changed files with 136 additions and 431 deletions
|
|
@ -55,13 +55,7 @@ Implemented are the following Encoders and Decoders:
|
|||
|
||||
### [ldpc_decoder.hh](ldpc_decoder.hh)
|
||||
|
||||
[Low-density parity-check](https://en.wikipedia.org/wiki/Low-density_parity-check_code) layered decoder
|
||||
This version stores only the first q bit positions and might be faster on low power systems.
|
||||
|
||||
### [ldpc_decoder2.hh](ldpc_decoder2.hh)
|
||||
|
||||
[Low-density parity-check](https://en.wikipedia.org/wiki/Low-density_parity-check_code) layered decoder
|
||||
This version stores and uses all word positions and might be faster on high performance workstations.
|
||||
[SIMD](https://en.wikipedia.org/wiki/SIMD) intra-frame accelerated [Low-density parity-check](https://en.wikipedia.org/wiki/Low-density_parity-check_code) layered decoder.
|
||||
|
||||
### [exclusive_reduce.hh](exclusive_reduce.hh)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue