Avx2.MoveMask 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.
Overloads
MoveMask(Vector256<Byte>) |
int _mm256_movemask_epi8 (__m256i a) VPMOVMSKB reg, ymm |
MoveMask(Vector256<SByte>) |
int _mm256_movemask_epi8 (__m256i a) VPMOVMSKB reg, ymm |
MoveMask(Vector256<Byte>)
- Source:
- Avx2.cs
- Source:
- Avx2.cs
- Source:
- Avx2.cs
int _mm256_movemask_epi8 (__m256i a)
VPMOVMSKB reg, ymm
public:
static int MoveMask(System::Runtime::Intrinsics::Vector256<System::Byte> value);
public static int MoveMask (System.Runtime.Intrinsics.Vector256<byte> value);
static member MoveMask : System.Runtime.Intrinsics.Vector256<byte> -> int
Public Shared Function MoveMask (value As Vector256(Of Byte)) As Integer
Parameters
Returns
Applies to
MoveMask(Vector256<SByte>)
- Source:
- Avx2.cs
- Source:
- Avx2.cs
- Source:
- Avx2.cs
int _mm256_movemask_epi8 (__m256i a)
VPMOVMSKB reg, ymm
public:
static int MoveMask(System::Runtime::Intrinsics::Vector256<System::SByte> value);
public static int MoveMask (System.Runtime.Intrinsics.Vector256<sbyte> value);
static member MoveMask : System.Runtime.Intrinsics.Vector256<sbyte> -> int
Public Shared Function MoveMask (value As Vector256(Of SByte)) As Integer
Parameters
Returns
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.