You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: