Quote Originally Posted by wodzu
So..FPC compiler generates assembly code with usage of new CPU functions?
Yes, it does. We don't have a good loop vectorizer though, so don't expect many SIMD tricks from FPC.

I wish that was true but I hardly believe it since I haven't seen a compiler even with MMX implementation.
Look better Pathscale, Intel, PGI are all compilers which can heavily vectorize code.