Avx.BroadcastVector128ToVector256 Method
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.
BroadcastVector128ToVector256(Double*) |
__m256d _mm256_broadcast_pd (__m128d const * mem_addr) VBROADCASTF128, ymm, m128 |
BroadcastVector128ToVector256(Single*) |
__m256 _mm256_broadcast_ps (__m128 const * mem_addr) VBROADCASTF128, ymm, m128 |
- Source:
- Avx.cs
- Source:
- Avx.cs
- Source:
- Avx.cs
__m256d _mm256_broadcast_pd (__m128d const * mem_addr)
VBROADCASTF128, ymm, m128
public:
static System::Runtime::Intrinsics::Vector256<double> BroadcastVector128ToVector256(double* address);
public static System.Runtime.Intrinsics.Vector256<double> BroadcastVector128ToVector256(double* address);
static member BroadcastVector128ToVector256 : nativeptr<double> -> System.Runtime.Intrinsics.Vector256<double>
Parameters
- address
- Double*
Returns
Applies to
.NET 10 and other versions
Product | Versions |
---|---|
.NET | Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10 |
- Source:
- Avx.cs
- Source:
- Avx.cs
- Source:
- Avx.cs
__m256 _mm256_broadcast_ps (__m128 const * mem_addr)
VBROADCASTF128, ymm, m128
public:
static System::Runtime::Intrinsics::Vector256<float> BroadcastVector128ToVector256(float* address);
public static System.Runtime.Intrinsics.Vector256<float> BroadcastVector128ToVector256(float* address);
static member BroadcastVector128ToVector256 : nativeptr<single> -> System.Runtime.Intrinsics.Vector256<single>
Parameters
- address
- Single*
Returns
Applies to
.NET 10 and other versions
Product | Versions |
---|---|
.NET | Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: