libart
libart copied to clipboard
Simd compare bug
Method add_child16
// Compare the key to all 16 stored keys cmp = _mm_cmpeq_epi8(_mm_set1_epi8(c), _mm_loadu_si128((__m128i *)n->keys));
should be _mm_cmpeq_epi8 not _mm_cmplt_epi8