Closed kraemv closed 2 weeks ago
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
Thanks for the report. This sounds easy to fix.
Fixed in #955.
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