Avx512Bmm.ReverseBits Method

Definition

Overloads

ReverseBits(Vector128<Byte>)

Source:
Avx512Bmm.cs
public:
 static System::Runtime::Intrinsics::Vector128<System::Byte> ReverseBits(System::Runtime::Intrinsics::Vector128<System::Byte> values);
public static System.Runtime.Intrinsics.Vector128<byte> ReverseBits(System.Runtime.Intrinsics.Vector128<byte> values);
static member ReverseBits : System.Runtime.Intrinsics.Vector128<byte> -> System.Runtime.Intrinsics.Vector128<byte>
Public Shared Function ReverseBits (values As Vector128(Of Byte)) As Vector128(Of Byte)

Parameters

values
Vector128<Byte>

Returns

Applies to

ReverseBits(Vector256<Byte>)

Source:
Avx512Bmm.cs
public:
 static System::Runtime::Intrinsics::Vector256<System::Byte> ReverseBits(System::Runtime::Intrinsics::Vector256<System::Byte> values);
public static System.Runtime.Intrinsics.Vector256<byte> ReverseBits(System.Runtime.Intrinsics.Vector256<byte> values);
static member ReverseBits : System.Runtime.Intrinsics.Vector256<byte> -> System.Runtime.Intrinsics.Vector256<byte>
Public Shared Function ReverseBits (values As Vector256(Of Byte)) As Vector256(Of Byte)

Parameters

values
Vector256<Byte>

Returns

Applies to

ReverseBits(Vector512<Byte>)

Source:
Avx512Bmm.cs
public:
 static System::Runtime::Intrinsics::Vector512<System::Byte> ReverseBits(System::Runtime::Intrinsics::Vector512<System::Byte> values);
public static System.Runtime.Intrinsics.Vector512<byte> ReverseBits(System.Runtime.Intrinsics.Vector512<byte> values);
static member ReverseBits : System.Runtime.Intrinsics.Vector512<byte> -> System.Runtime.Intrinsics.Vector512<byte>
Public Shared Function ReverseBits (values As Vector512(Of Byte)) As Vector512(Of Byte)

Parameters

values
Vector512<Byte>

Returns

Applies to