Well, I just got it to compile by switching to dynamic instead of static, and the benchmark completed in half the time, but that is by 1.3 standards...After installing the libraries, it seems to be running linux ssse3 now.Obviously static would be better, and Alex's even better as it wouldn't need to use restricted IPP libraries... Meanwhile I haven't a clue why it wouldn't link statically.Now while it's running, to see how it's doing, I'll start learning the basics of sse primitives and porting...Porting could evolve from both ends and end up with convergence, and then integrated into the main codebase and tidied up a lot... though this is extremely time consuming.