-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
JIT: Bad result with AdvSimd.ShiftRightLogical
#105817
Comments
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch |
I can take this. I suspect this is related to my fix for #105621. |
Debug codegen is correct. We just emit the intrinsic as so: @tannergooding |
If the intrinsics are overshifting here, then yes and it's likely that the comment is just wrong (because RSZ for SIMD is It might be good to double check the behavior of |
May also need to double check |
You're right, the
I believe you're correct. The docs say |
cc @dotnet/jit-contrib
The text was updated successfully, but these errors were encountered: