Add Sse2.MoveMask that takes Vector128<byte> #24721
Labels
api-suggestion
Early API idea and discussion, it is NOT ready for implementation
area-System.Runtime.Intrinsics
Milestone
Today we have overloads for Avx2.MoveMask for both sbyte and byte vectors.
Avx2.MoveMask(Vector256<sbyte> value)
Avx2.MoveMask(Vector256<byte> value)
but for Sse2, we only have overloads for sbyte.
Sse2.MoveMask(Vector128<sbyte> value)
We should add an Sse2.MoveMask overload that takes a
Vector128<byte>
as well./cc @fiigii @tannergooding @CarolEidt
The text was updated successfully, but these errors were encountered: