New comment by non-Jedi on void-packages repository https://github.com/void-linux/void-packages/pull/12705#issuecomment-506328161 Comment: Need to figure out why hyperscan SSSE3 testing fails with musl but not glibc. Looks like the following program fails to compile: ```C #include <${INTRIN_INC_H}> int main() { __m128i a = _mm_set1_epi8(1); (void)_mm_shuffle_epi8(a, a); } ``` Is it okay if I just mark musl as broken until then?