Skip to content

Optimize nibble reversals#2

Open
agprimatic wants to merge 1 commit intotmittet:masterfrom
agprimatic:patch-3
Open

Optimize nibble reversals#2
agprimatic wants to merge 1 commit intotmittet:masterfrom
agprimatic:patch-3

Conversation

@agprimatic
Copy link

The current bit reversal performed an 8-bit bit reversal, then logical-and'ed with B1111. This version of the bit reversal removes an extra 32-bit multiply, logical-and, and logical-or for each instance.

The current bit reversal performed an 8-bit bit reversal, then logical-and'ed with B1111.
This version of the bit reversal removes an extra 32-bit multiply, logical-and, and logical-or for each instance.
@agprimatic agprimatic changed the title Update X10ex.cpp Optimize nibble reversals May 3, 2023
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