To begin with, in order to use Unreal Engine 4 you have to build it using Visual Studio 2013.In other words, you are able to optimize compiler settings in order to optimize overall performance.
However, I am a little bit newbie when it come down to programming. So I need your help, what I should do enhance programs performance?
I was able to find in VS2013 how I could enable /arch:avx instruction sets. However, my CPU also supports XOP and FMA3 and FM4. How can I enable them?