Skip to content

Avx2.BroadcastScalarToVector128(T*) overloads are missing #26444

@tannergooding

Description

@tannergooding

Avx2 is currently only exposing the Avx2.BroadcastScalarToVector128(Vector128<T>) overloads.

It should also expose the Avx2.BroadcastScalarToVector128(T*) overloads (exploding T, due to the limitations on using T*) to have parity with the overloads available for float/double in Avx and to ensure that the VPBROADCASTB xmm, m8 encodings are properly exposed.

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