Avx512F.Permute4x32(Vector512<Single>, 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.
__m512 _mm512_permute_ps (__m512 a, int imm8)
VPERMILPS zmm1 {k1}{z}, zmm2/m512/m32bcst, imm8
public:
static System::Runtime::Intrinsics::Vector512<float> Permute4x32(System::Runtime::Intrinsics::Vector512<float> value, System::Byte control);
public static System.Runtime.Intrinsics.Vector512<float> Permute4x32 (System.Runtime.Intrinsics.Vector512<float> value, byte control);
static member Permute4x32 : System.Runtime.Intrinsics.Vector512<single> * byte -> System.Runtime.Intrinsics.Vector512<single>
Public Shared Function Permute4x32 (value As Vector512(Of Single), control As Byte) As Vector512(Of Single)
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.