This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
-mtune options allow scheduling for the processor of your choice, without use of any specific instructions of your processor model.response to an old query: I came across the 'mtune' option for gcc: http://www.dis.com/gnu/gcc/i386-and-x86-64-Options.html
which allows me to specify my instruction set version. Can I achieve better performance in my applications (firefox, thunderbird) by specifying my instruction set with this option when compiling from source?
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |