In file included from prog.cpp:1:
/usr/lib/gcc/i686-pc-linux-gnu/4.3.4/include/emmintrin.h:34:3: error: #error "SSE2 instruction set not enabled"
prog.cpp:4: error: expected ‘,’ or ‘...’ before ‘&’ token
prog.cpp:4: error: ISO C++ forbids declaration of ‘__m128i’ with no type
prog.cpp: In function ‘bool less(int)’:
prog.cpp:5: error: expected `;' before ‘t’
prog.cpp:5: warning: statement has no effect
prog.cpp:6: error: expected `;' before ‘u’
prog.cpp:6: warning: statement has no effect
prog.cpp:7: error: expected `;' before ‘z’
prog.cpp:7: warning: statement has no effect
prog.cpp:8: error: ‘z’ was not declared in this scope
prog.cpp:8: error: ‘u’ was not declared in this scope
prog.cpp:8: error: ‘_mm_shuffle_epi32’ was not declared in this scope
prog.cpp:8: error: ‘_mm_andnot_si128’ was not declared in this scope
prog.cpp: In function ‘int main()’:
prog.cpp:13: error: ‘__m128i’ was not declared in this scope
prog.cpp:13: error: expected `;' before ‘vals’
prog.cpp:25: error: ‘vals’ was not declared in this scope