Skip to content

Conversation

lambertjamesd
Copy link
Contributor

I went through and fixed any warnings on the gcc build

@@ -101,29 +101,6 @@ cen64_align(static const uint16_t sll_l2b_keys[16][8], CACHE_LINE_SIZE) = {
{0x8080, 0x8080, 0x8080, 0x8080, 0x8080, 0x8080, 0x8080, 0x0180},
};

// Shift right LUT; shifts in zeros from the left, one byte at a time.
cen64_align(static const uint16_t srl_b2l_keys[16][8], CACHE_LINE_SIZE) = {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My biggest hesitation to merging this PR is this table may be useful in the future even though it is unused now. There may be a better way to ignore the warning that this is unused.

@lambertjamesd
Copy link
Contributor Author

Are there any other changes needed before this can be merged? It would be nice to not have so many warnings when compiling code.

@rasky
Copy link
Contributor

rasky commented Mar 19, 2022

@lambertjamesd I'd love to get this merged. Would you please rebase it?

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.

3 participants