Avx2.MoveMask Method
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.
MoveMask(Vector256<Byte>) |
int _mm256_movemask_epi8 (__m256i a) VPMOVMSKB reg, ymm |
MoveMask(Vector256<SByte>) |
int _mm256_movemask_epi8 (__m256i a) VPMOVMSKB reg, ymm |
- 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);
C#
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
.NET 10 and other versions
Product | Versions |
---|---|
.NET | Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10 |
- 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);
C#
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
.NET 10 and other versions
Product | Versions |
---|---|
.NET | Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10 |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
.NET feedback
.NET is an open source project. Select a link to provide feedback: