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.
Avx2 is currently only exposing the
Avx2.BroadcastScalarToVector128(Vector128<T>)overloads.It should also expose the
Avx2.BroadcastScalarToVector128(T*)overloads (explodingT, due to the limitations on usingT*) to have parity with the overloads available forfloat/doubleinAvxand to ensure that theVPBROADCASTB xmm, m8encodings are properly exposed.