Skip to content

Add Sse2.MoveMask that takes Vector128<byte> #24721

@eerhardt

Description

@eerhardt

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions