Hello! > Thanks ... But what distribution / compiler is this? You can reproduce this with gcc and clang on a system with SSE by adding --march=native to CFLAGS. It will cause the addition of __SSE__ and __SSE2__ macros (if appropriate). Andreas