Avx2.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.
__m256i _mm256_mpsadbw_epu8 (__m256i a, __m256i b, const int imm8)
VMPSADBW ymm, ymm, ymm/m256, imm8
public:
static System::Runtime::Intrinsics::Vector256<System::UInt16> MultipleSumAbsoluteDifferences(System::Runtime::Intrinsics::Vector256<System::Byte> left, System::Runtime::Intrinsics::Vector256<System::Byte> right, System::Byte mask);
public static System.Runtime.Intrinsics.Vector256<ushort> MultipleSumAbsoluteDifferences (System.Runtime.Intrinsics.Vector256<byte> left, System.Runtime.Intrinsics.Vector256<byte> right, byte mask);
static member MultipleSumAbsoluteDifferences : System.Runtime.Intrinsics.Vector256<byte> * System.Runtime.Intrinsics.Vector256<byte> * byte -> System.Runtime.Intrinsics.Vector256<uint16>
Public Shared Function MultipleSumAbsoluteDifferences (left As Vector256(Of Byte), right As Vector256(Of Byte), mask As Byte) As Vector256(Of UShort)
Parameters
- mask
- Byte
Returns
Applies to
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.