getting rid of obsolete version

This commit is contained in:
Ahmet Inan 2019-10-01 22:17:04 +02:00
commit 0b37102383
4 changed files with 136 additions and 431 deletions

View file

@ -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)