Avx512F.Permute2x64(Vector512<Double>, Byte) 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.
__m512d _mm512_permute_pd (__m512d a, int imm8)
VPERMILPD zmm1 {k1}{z}, zmm2/m512/m64bcst, imm8
public:
static System::Runtime::Intrinsics::Vector512<double> Permute2x64(System::Runtime::Intrinsics::Vector512<double> value, System::Byte control);
public static System.Runtime.Intrinsics.Vector512<double> Permute2x64 (System.Runtime.Intrinsics.Vector512<double> value, byte control);
static member Permute2x64 : System.Runtime.Intrinsics.Vector512<double> * byte -> System.Runtime.Intrinsics.Vector512<double>
Public Shared Function Permute2x64 (value As Vector512(Of Double), control As Byte) As Vector512(Of Double)
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.