-mtune=cpu-type
Tune to cpu-type everything applicable about the generated code, except for the ABI and the set of available instructions. The choices for cpu-type are:
...
While picking a specific cpu-type will schedule things appropriately for that particular chip, the compiler will not generate any code that does not run on the i386 without the -march=cpu-type option being used.
Idem pour les autres processeurs. Sans parler de MMX/SSE ou d'Altived (un vrai jeu d'instruction SIMD, pas de la branlette intel), ça permet déjà de paufiner sans casser. Mais bon, Debian est pas chaud pour ça ... ils disent que 3% ça vaut pas le coup.
# man gcc
Posté par TazForEver . En réponse au journal GCC 4.0 et les distributions sources. Évalué à 2.
Tune to cpu-type everything applicable about the generated code, except for the ABI and the set of available instructions. The choices for cpu-type are:
...
While picking a specific cpu-type will schedule things appropriately for that particular chip, the compiler will not generate any code that does not run on the i386 without the -march=cpu-type option being used.
Idem pour les autres processeurs. Sans parler de MMX/SSE ou d'Altived (un vrai jeu d'instruction SIMD, pas de la branlette intel), ça permet déjà de paufiner sans casser. Mais bon, Debian est pas chaud pour ça ... ils disent que 3% ça vaut pas le coup.