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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.