Searched refs:vPermA (Results 1 – 1 of 1) sorted by relevance
2029 __m256 vPermA = _mm256_permute_ps(a.v[i], 0x39); // indices hi->low 00 11 10 01 (0 3 2 1) in PaLineStrip1() local2036 verts[1].v[i] = _mm256_blend_ps(vPermA, vPermB, 0x88); in PaLineStrip1()