Ssse3.MultiplyAddAdjacent Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
__m128i _mm_maddubs_epi16 (__m128i a, __m128i b)
PMADDUBSW xmm, xmm/m128
public:
static System::Runtime::Intrinsics::Vector128<short> MultiplyAddAdjacent(System::Runtime::Intrinsics::Vector128<System::Byte> left, System::Runtime::Intrinsics::Vector128<System::SByte> right);
public static System.Runtime.Intrinsics.Vector128<short> MultiplyAddAdjacent (System.Runtime.Intrinsics.Vector128<byte> left, System.Runtime.Intrinsics.Vector128<sbyte> right);
static member MultiplyAddAdjacent : System.Runtime.Intrinsics.Vector128<byte> * System.Runtime.Intrinsics.Vector128<sbyte> -> System.Runtime.Intrinsics.Vector128<int16>
Public Shared Function MultiplyAddAdjacent (left As Vector128(Of Byte), right As Vector128(Of SByte)) As Vector128(Of Short)