Avx.BroadcastScalarToVector256 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
BroadcastScalarToVector256(Single*) |
__m256 _mm256_broadcast_ss (float const * mem_addr) VBROADCASTSS ymm, m32 |
BroadcastScalarToVector256(Double*) |
__m256d _mm256_broadcast_sd (double const * mem_addr) VBROADCASTSD ymm, m64 |
BroadcastScalarToVector256(Single*)
- Source:
- Avx.cs
- Source:
- Avx.cs
- Source:
- Avx.cs
__m256 _mm256_broadcast_ss (float const * mem_addr)
VBROADCASTSS ymm, m32
public:
static System::Runtime::Intrinsics::Vector256<float> BroadcastScalarToVector256(float* source);
public static System.Runtime.Intrinsics.Vector256<float> BroadcastScalarToVector256(float* source);
static member BroadcastScalarToVector256 : nativeptr<single> -> System.Runtime.Intrinsics.Vector256<single>
Parameters
- source
- Single*
Returns
Applies to
BroadcastScalarToVector256(Double*)
- Source:
- Avx.cs
- Source:
- Avx.cs
- Source:
- Avx.cs
__m256d _mm256_broadcast_sd (double const * mem_addr)
VBROADCASTSD ymm, m64
public:
static System::Runtime::Intrinsics::Vector256<double> BroadcastScalarToVector256(double* source);
public static System.Runtime.Intrinsics.Vector256<double> BroadcastScalarToVector256(double* source);
static member BroadcastScalarToVector256 : nativeptr<double> -> System.Runtime.Intrinsics.Vector256<double>
Parameters
- source
- Double*
Returns
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET