Searched refs:branch_mask (Results 1 - 1 of 1) sorted by relevance

/external/eigen/unsupported/Eigen/src/MoreVectorization/
H A DMathFunctions.h50 Packet4f branch_mask= _mm_cmpgt_ps(a, p4f_half);//this is to select which branch to take local
81 z1 = _mm_and_ps(branch_mask, z1);
82 z2 = _mm_andnot_ps(branch_mask, z2);

Completed in 30 milliseconds