Skip to content
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

fix avx2 shift semantics #1001

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

fix avx2 shift semantics #1001

wants to merge 1 commit into from

Conversation

bacelar
Copy link
Collaborator

@bacelar bacelar commented Jan 3, 2025

This is a follow-up of (PR#973), as it removes masking on shift operations, specifically on the AVX(2) variants. In fact, in AVX2, such masking should never occur (c.f., e.g., https://www.felixcloutier.com/x86/psllw:pslld:psllq)).

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.

2 participants