Implement AVX2.BroadcastScalarToVector128/256#20579
Conversation
tannergooding
left a comment
There was a problem hiding this comment.
LGTM.
For the tests, I just checked GenerateTests.csx and the new template.
|
@dotnet-bot test Windows_NT x64 Checked jitx86hwintrinsicnoavx |
|
@CarolEidt PTAL |
|
@dotnet-bot test OSX10.12 x64 Checked Innerloop Build and Test |
Yay! |
|
Some CI jobs failed on |
CarolEidt
left a comment
There was a problem hiding this comment.
LGTM - just some comment suggestions.
They don't seem to be failing on other legs. It would probably be worth running them again, as there have been some hickups in CI,. |
…roadcast* tests to the template
|
@dotnet-bot test Windows_NT x64 Checked jitx86hwintrinsicnoavx |
|
@CarolEidt I have addressed all the feedback and CI gets green. Can we merge this PR? |
Implement AVX2.BroadcastScalarToVector128/256 Commit migrated from dotnet/coreclr@a73bfb8
This PR
AVX2.BroadcastScalarToVector128/256that were added in Add pointer overloads for Avx2.BroadcastScalarToVector256 #20193 and Add pointer overloads for Avx2.BroadcastScalarToVector128 #20055. AVX2 is fully implemented now.AVX.Broadcast*tests to the template.