Skip to content

Conversation

@gtsoul-tech
Copy link
Collaborator

@gtsoul-tech gtsoul-tech commented Apr 17, 2024

This PR addresses a compile-time error with the _mm512_alignr_epi8 function call.
The issue was that the last argument to this function was not compile-time constant
In this fix, I've adjusted the function used at gcc14 compilation.

@markos markos linked an issue Apr 17, 2024 that may be closed by this pull request
@markos markos added this to the 5.4.12 milestone Apr 17, 2024
Copy link

@markos markos left a comment

Choose a reason for hiding this comment

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

I think we need to revisit this approach in the future, but for now I will merge it.

@markos markos merged commit 6546dd8 into VectorCamp:develop Apr 17, 2024
markos added a commit that referenced this pull request Oct 24, 2025
markos added a commit that referenced this pull request Oct 24, 2025
markos added a commit that referenced this pull request Oct 24, 2025
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.

gcc-14 compilation failure for AVX512

2 participants