I have a m128i vector with chars.
using _mm_cmpeq_epi8()
I found a position of an interesting my char.
my question is, is there any efficient way how can I test the next char after the found position using the same vector?
best!
I have a m128i vector with chars.
using _mm_cmpeq_epi8()
I found a position of an interesting my char.
my question is, is there any efficient way how can I test the next char after the found position using the same vector?
best!