Searched defs:_MM_CMPLT_EPI8 (Results 1 – 1 of 1) sorted by relevance
33 #define _MM_CMPLT_EPI8(x,y) _mm256_cmpgt_epi8(y,x) /* No _mm256_cmplt commands */ macro59 #define _MM_CMPLT_EPI8(x,y) _mm_cmplt_epi8(x,y) macro