Avx.ConvertToVector128Single(Vector256<Double>) 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.
__m128 _mm256_cvtpd_ps (__m256d a)
VCVTPD2PS xmm, ymm/m256
public:
static System::Runtime::Intrinsics::Vector128<float> ConvertToVector128Single(System::Runtime::Intrinsics::Vector256<double> value);
public static System.Runtime.Intrinsics.Vector128<float> ConvertToVector128Single (System.Runtime.Intrinsics.Vector256<double> value);
static member ConvertToVector128Single : System.Runtime.Intrinsics.Vector256<double> -> System.Runtime.Intrinsics.Vector128<single>
Public Shared Function ConvertToVector128Single (value As Vector256(Of Double)) As Vector128(Of Single)
Parameters
Returns
Applies to
Bekerjasama dengan kami di GitHub
Sumber untuk kandungan ini boleh didapati di GitHub, di mana anda juga boleh mencipta dan menyemak isu dan menarik permintaan. Untuk maklumat lanjut, lihat panduan penyumbang kami.