You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, Avx2 has BroadcastVector128ToVector256 but missed BroadcastScalarToVector256, and BroadcastVector128ToVector256's doc (codegen comment) is incorrect.
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
The text was updated successfully, but these errors were encountered: