Skip to content

Small improvement of FX.25 RS encoder speed #281

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed

Small improvement of FX.25 RS encoder speed #281

wants to merge 1 commit into from

Conversation

jbrzozoski
Copy link

The old design walked the entire feedback array XORing all values, then
shifted them all down by one index. This design does the shift-by-one
while doing the XOR work to save a step.

Passes fxsend/fxrec debug build tests.

Signed-off-by: Justin Brzozoski justin.brzozoski@gmail.com

The old design walked the entire feedback array XORing all values, then
shifted them all down by one index. This design does the shift-by-one
while doing the XOR work to save a step.

Signed-off-by: Justin Brzozoski <justin.brzozoski@gmail.com>
@jbrzozoski jbrzozoski closed this Dec 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant