Michael Schnell wrote: > I tool a look at the C code of one of the example projects in the ALIOTH > test. Here they seemingly used SIMD vector operations via "typedef int This has nothing to do with MT or OpenMP though. GCC can vectorize automatically and takes advantage of SSE. Micha