I plan to use my application only on one computer, which I use to compile it. What would be the easiset way to tell gcc to apply all possible platform-specific optimizations?
Assuming that I have Xeon E5 v1 PC should I just add -march=core-avx-i
as suggested here? Or I should do more / something else?
I'm using RHEL 7, gcc 4.8.2