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 LZCNT semantics to handle the size parameter #516

Merged
merged 1 commit into from
Jul 12, 2023
Merged

FIX LZCNT semantics to handle the size parameter #516

merged 1 commit into from
Jul 12, 2023

Conversation

basavesh
Copy link
Collaborator

This pull request is to fix #515. The patch has been validated against single-instruction fuzz-test with sizes 16, 32 and 64 variants.

Apologies for the large diff as my editor removes white spaces on save automatically.
Actual diff is between lines 503 to 512.

Copy link
Member

@vbgl vbgl left a comment

Choose a reason for hiding this comment

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

Please fix your text editor.

Also please add a changelog entry.

@vbgl vbgl merged commit 8fe98f5 into main Jul 12, 2023
@vbgl vbgl deleted the fix_lzcnt branch July 12, 2023 21:57
@vbgl vbgl added the bug label Jul 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Semantic bug in LZCNT
2 participants