Avx512BW.SumAbsoluteDifferencesInBlock32 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.
__m512i _mm512_dbsad_epu8 (__m512i a, __m512i b, int imm8)
VDBPSADBW zmm1 {k1}{z}, zmm2, zmm3/m512
public:
static System::Runtime::Intrinsics::Vector512<System::UInt16> SumAbsoluteDifferencesInBlock32(System::Runtime::Intrinsics::Vector512<System::Byte> left, System::Runtime::Intrinsics::Vector512<System::Byte> right, System::Byte control);
public static System.Runtime.Intrinsics.Vector512<ushort> SumAbsoluteDifferencesInBlock32 (System.Runtime.Intrinsics.Vector512<byte> left, System.Runtime.Intrinsics.Vector512<byte> right, byte control);
static member SumAbsoluteDifferencesInBlock32 : System.Runtime.Intrinsics.Vector512<byte> * System.Runtime.Intrinsics.Vector512<byte> * byte -> System.Runtime.Intrinsics.Vector512<uint16>
Public Shared Function SumAbsoluteDifferencesInBlock32 (left As Vector512(Of Byte), right As Vector512(Of Byte), control As Byte) As Vector512(Of UShort)
Parameters
- control
- 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.