Searched refs:_mm512_cmplt_pd_mask (Results 1 – 3 of 3) sorted by relevance
37 #ifndef _mm512_cmplt_pd_mask38 #define _mm512_cmplt_pd_mask(a, b) _mm512_cmp_pd_mask((a), (b), _CMP_LT_OS) macro
2209 return _mm512_cmplt_pd_mask(a, b); in test_mm512_cmplt_pd_mask()
3484 #define _mm512_cmplt_pd_mask(A, B) \ macro