User: colinhercus

  • Public profile

User profile: colinhercus

User info
User name:colinhercus
History
Joined:
Number of posts:3
Latest posts:

SIMD: _mm256_cmpgt_epu8_mask
Woops, you asked for unsigned. Sorry the above is for signed.

Target specific functions with intrinsics
Hi, 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