Avx.ConvertToVector256Single(Vector256<Int32>) 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.
__m256 _mm256_cvtepi32_ps (__m256i a)
VCVTDQ2PS ymm, ymm/m256
public:
static System::Runtime::Intrinsics::Vector256<float> ConvertToVector256Single(System::Runtime::Intrinsics::Vector256<int> value);
public static System.Runtime.Intrinsics.Vector256<float> ConvertToVector256Single (System.Runtime.Intrinsics.Vector256<int> value);
static member ConvertToVector256Single : System.Runtime.Intrinsics.Vector256<int> -> System.Runtime.Intrinsics.Vector256<single>
Public Shared Function ConvertToVector256Single (value As Vector256(Of Integer)) As Vector256(Of Single)
Parameters
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.