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

Missing error for invalid vector right shift #950

Closed
kraemv opened this issue Oct 30, 2024 · 2 comments
Closed

Missing error for invalid vector right shift #950

kraemv opened this issue Oct 30, 2024 · 2 comments
Assignees
Labels
Milestone

Comments

@kraemv
Copy link

kraemv commented Oct 30, 2024

Hello everyone,

I am using Jasmin Compiler 2023.06.1. My compiler compiled the following instruction:
a = #VPSRA_4u64(a, 63);
AVX2 extensions do not allow Quadword shifts, so this should throw an error.

Thanks,
Vincent

@vbgl vbgl added the bug label Nov 5, 2024
@vbgl vbgl added this to the 2024.07.2 milestone Nov 5, 2024
@vbgl vbgl self-assigned this Nov 5, 2024
@vbgl
Copy link
Member

vbgl commented Nov 5, 2024

Thanks for the report. This sounds easy to fix.

@vbgl
Copy link
Member

vbgl commented Nov 7, 2024

Fixed in #955.

@vbgl vbgl closed this as completed Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants