Skip to content
Commit fa224bbf authored by Nick Dingle's avatar Nick Dingle
Browse files

Fix LDPC decoding accuracy

A poster on our forum observed that the accuracy of our LDPC decoder
was very much worse than that of other implementations.

The cause is that we do all our calculations in int8_t fixed-point,
which quickly saturates. The fix is to do all intermediate
calculations in int16_t fixed-point.

On average this causes a performance regression of between 1.2x and
1.3x across all ArmRAL benchmarks.
parent e3262b71
Loading
Loading
Loading
Pipeline #17017 passed with stage
in 7 minutes and 8 seconds
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment