Home | History | Annotate | Download | only in include

Lines Matching refs:_mm_max_epi16

411 inline Is16vec8 simd_max(const Is16vec8 &a,const Is16vec8 &b) { return _mm_max_epi16(a,b); }