SIMD: _mm256_cmpgt_epu8_mask Woops, you asked for unsigned. Sorry the above is for signed.
Target specific functions with intrinsicsHi, This is a GCC question more than C,C++ so if its the wrong place please suggest a better plac...
SIMD: _mm256_cmpgt_epu8_mask You can use __m256i _mm256_cmpgt_epi8 (__m256i a, __m256i b) to do the compare with AVX2 and then if...
This user does not accept Private Messages