Skip to content
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

Avx2.BroadcastScalarToVector256(T*) overloads are also missing #27504

Closed
fiigii opened this issue Sep 28, 2018 · 1 comment · Fixed by dotnet/coreclr#20193
Closed

Avx2.BroadcastScalarToVector256(T*) overloads are also missing #27504

fiigii opened this issue Sep 28, 2018 · 1 comment · Fixed by dotnet/coreclr#20193

Comments

@fiigii
Copy link
Contributor

fiigii commented Sep 28, 2018

We solved https://github.com/dotnet/corefx/issues/30266 in dotnet/coreclr#20055, but the Vector256<T> versions are also missing... I will fix it.

@CarolEidt @tannergooding

@fiigii fiigii closed this as completed Sep 28, 2018
@fiigii fiigii reopened this Sep 28, 2018
@fiigii
Copy link
Contributor Author

fiigii commented Sep 28, 2018

Currently, Avx2 has BroadcastVector128ToVector256 but missed BroadcastScalarToVector256, and BroadcastVector128ToVector256's doc (codegen comment) is incorrect.

@msftgits msftgits transferred this issue from dotnet/corefx Jan 31, 2020
@msftgits msftgits added this to the 3.0 milestone Jan 31, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Dec 15, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants