Intrinsics for Blend and Conditional Merge Operations
- _mm256_blend_pd
Performs a conditional blend/merge of float64 vectors. The corresponding Intel® AVX instruction is VBLENDPD.
- _mm256_blend_ps
Performs a conditional blend/merge of float32 vectors. The corresponding Intel® AVX instruction is VBLENDPS.
- _mm256_blendv_pd
Performs conditional blend/merge of float64 vectors. The corresponding Intel® AVX instruction is VBLENDVPD.
- _mm256_blendv_ps
Performs conditional blend/merge of float32 vectors. The corresponding Intel® AVX instruction is VBLENDVPS.