Skip to content

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