Home
last modified time | relevance | path

Searched defs:_MM_CMPLT_EPI8 (Results 1 – 1 of 1) sorted by relevance

/dports/biology/gmap/gmap-2020-09-12/src/
H A Ddynprog_simd.c33 #define _MM_CMPLT_EPI8(x,y) _mm256_cmpgt_epi8(y,x) /* No _mm256_cmplt commands */ macro
59 #define _MM_CMPLT_EPI8(x,y) _mm_cmplt_epi8(x,y) macro