Quote Originally Posted by dmantione
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 didn't know that. How does the compiled exe handle a computer without sse if it was built with sse code generation set?