Sse41.MultipleSumAbsoluteDifferences Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
__m128i _mm_mpsadbw_epu8 (__m128i a, __m128i b, const int imm8)
MPSADBW xmm, xmm/m128, imm8
public:
static System::Runtime::Intrinsics::Vector128<System::UInt16> MultipleSumAbsoluteDifferences(System::Runtime::Intrinsics::Vector128<System::Byte> left, System::Runtime::Intrinsics::Vector128<System::Byte> right, System::Byte mask);
public static System.Runtime.Intrinsics.Vector128<ushort> MultipleSumAbsoluteDifferences (System.Runtime.Intrinsics.Vector128<byte> left, System.Runtime.Intrinsics.Vector128<byte> right, byte mask);
static member MultipleSumAbsoluteDifferences : System.Runtime.Intrinsics.Vector128<byte> * System.Runtime.Intrinsics.Vector128<byte> * byte -> System.Runtime.Intrinsics.Vector128<uint16>
Public Shared Function MultipleSumAbsoluteDifferences (left As Vector128(Of Byte), right As Vector128(Of Byte), mask As Byte) As Vector128(Of UShort)
Parameters
- mask
- Byte
Returns
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.