Avx.UnpackLow 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.
Overloads
UnpackLow(Vector256<Double>, Vector256<Double>) |
__m256d _mm256_unpacklo_pd (__m256d a, __m256d b) VUNPCKLPD ymm, ymm, ymm/m256 |
UnpackLow(Vector256<Single>, Vector256<Single>) |
__m256 _mm256_unpacklo_ps (__m256 a, __m256 b) VUNPCKLPS ymm, ymm, ymm/m256 |
UnpackLow(Vector256<Double>, Vector256<Double>)
- Source:
- Avx.cs
- Source:
- Avx.cs
- Source:
- Avx.cs
__m256d _mm256_unpacklo_pd (__m256d a, __m256d b)
VUNPCKLPD ymm, ymm, ymm/m256
public:
static System::Runtime::Intrinsics::Vector256<double> UnpackLow(System::Runtime::Intrinsics::Vector256<double> left, System::Runtime::Intrinsics::Vector256<double> right);
public static System.Runtime.Intrinsics.Vector256<double> UnpackLow (System.Runtime.Intrinsics.Vector256<double> left, System.Runtime.Intrinsics.Vector256<double> right);
static member UnpackLow : System.Runtime.Intrinsics.Vector256<double> * System.Runtime.Intrinsics.Vector256<double> -> System.Runtime.Intrinsics.Vector256<double>
Public Shared Function UnpackLow (left As Vector256(Of Double), right As Vector256(Of Double)) As Vector256(Of Double)
Parameters
Returns
Applies to
UnpackLow(Vector256<Single>, Vector256<Single>)
- Source:
- Avx.cs
- Source:
- Avx.cs
- Source:
- Avx.cs
__m256 _mm256_unpacklo_ps (__m256 a, __m256 b)
VUNPCKLPS ymm, ymm, ymm/m256
public:
static System::Runtime::Intrinsics::Vector256<float> UnpackLow(System::Runtime::Intrinsics::Vector256<float> left, System::Runtime::Intrinsics::Vector256<float> right);
public static System.Runtime.Intrinsics.Vector256<float> UnpackLow (System.Runtime.Intrinsics.Vector256<float> left, System.Runtime.Intrinsics.Vector256<float> right);
static member UnpackLow : System.Runtime.Intrinsics.Vector256<single> * System.Runtime.Intrinsics.Vector256<single> -> System.Runtime.Intrinsics.Vector256<single>
Public Shared Function UnpackLow (left As Vector256(Of Single), right As Vector256(Of Single)) As Vector256(Of Single)
Parameters
Returns
Applies to
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.