master
1#include <immintrin.h> 2static __m128i x; 3int main(void) { 4 _mm_movemask_epi8(x); 5 return 0; 6}