Hi! When compiling my code (with "-O2 -msse2 -msse3 -mssse3 -ftree-vectorize -ftree-vectorizer-verbose=2"), I get: "note: not vectorized: unsupported data-type complex double" Is there any work done in vectorizing complex types? Am I missing some compiler flags? Thanks a lot! Yours, Sebastian