Skip to content

Fix mask element accesses under VLEN=32 #1972

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

Merged
merged 2 commits into from
Apr 30, 2025
Merged

Fix mask element accesses under VLEN=32 #1972

merged 2 commits into from
Apr 30, 2025

Conversation

aswaterman
Copy link
Collaborator

@aswaterman aswaterman commented Apr 29, 2025

This is mostly just a bunch of DRY; the old mask-handling code was copied and pasted a little too much. But I'd appreciate a careful review, @jerryz123

Resolves #1956

@aswaterman aswaterman requested a review from jerryz123 April 29, 2025 21:29
@aswaterman
Copy link
Collaborator Author

cc @chihminchao

Copy link
Collaborator

@jerryz123 jerryz123 left a comment

Choose a reason for hiding this comment

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

Nice, much more intuitive. More of the review effort was spent checking that the old code didn't have some non-obvious intended behavior.

@aswaterman
Copy link
Collaborator Author

Thanks, that's the sort of thing I was worried about :)

@aswaterman aswaterman merged commit a3f126b into master Apr 30, 2025
3 checks passed
@aswaterman aswaterman deleted the fix-vlen-32 branch April 30, 2025 01:45
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.

Errors with VLEN == 32 configuration
2 participants