How to see which flags -march=native will activate?
I’m compiling my C++ app using GCC 4.3. Instead of manually selecting the optimization flags I’m using -march=native, which in theory should add … Read more
I’m compiling my C++ app using GCC 4.3. Instead of manually selecting the optimization flags I’m using -march=native, which in theory should add … Read more
I have heard from various sources (though mostly from a colleague of mine), that compiling with an optimisation level of -O3 in g++ … Read more