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
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.