You are not logged in.
Which compilerflags are optimal on the T7200, both when using i686 arch and x86_64?
this could be:
-mtune, -march and -mcpu
To save time, reboot your computer in the background using "reboot &"
Offline
Offline
Which compilerflags are optimal on the T7200, both when using i686 arch and x86_64?
You can read the nice informations in the wiki or you can be lazy and let gcc decide what is the best with "-march=native [-mtune=generic]". Second could be important if you want to run your package on another pc. It could be a good idea to limit the time you want to spend to read all informations about it and make your decision after this time.:)
Offline