-
Notifications
You must be signed in to change notification settings - Fork 5k
Enable AVX2 optimistically with AVX on NAOT #114575
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
Conversation
cc @tannergooding, thanks for talking this through with me. Changing I don't know if it's worth introducing yet another vector size calculation method, but that's an option if we wanted to limit the change to only the Vector###.IsHardwareAccelerated JIT implementation. |
Never mind... What I really wanted to do was make sure JIT never tried to return |
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CC. @dotnet/jit-contrib, @EgorBo
This resolves the last of the issues that prevented optimistic enablement of AVX2 (and dependent ISAs) when AVX is included in the NAOT
--instruction-set
list.