Searched refs:vPermB (Results 1 – 1 of 1) sorted by relevance
750 __m256 vPermB = _mm256_permute_ps(vAHighBLow, 0); // indices hi->low (0 0 0 0) in PaLineStrip1() local752 verts[1].v[i] = _mm256_blend_ps(vPermA, vPermB, 0x88); in PaLineStrip1()