-
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
Add optimization for scalar conversion of float
/double
to ulong
.
#89279
Comments
Tagging subscribers to this area: @dotnet/area-system-numerics Issue DetailsAVX512VL adds a number of new scalar conversion for unsigned 32-bit/64-bit integer types to float/double. This PR is meant to address osme cases that were not implemented in a previous PR #84384, notably
|
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch Issue DetailsAVX512VL adds a number of new scalar conversion for unsigned 32-bit/64-bit integer types to float/double. This issue is meant to address some cases that were not implemented in a previous PR #84384, notably
|
@anthonycanino @khushal1996 @DeepakRajendrakumaran Is this issue resolved with the merge of #97529? |
AVX512VL adds a number of new scalar conversion for unsigned 32-bit/64-bit integer types to float/double. This issue is meant to address some cases that were not implemented in a previous PR #84384, notably
double
toulong
float
toulong
The text was updated successfully, but these errors were encountered: