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
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.