translator
11,127
edits
(Created page with "Стандартные makepkg.conf {{ic|CFLAGS}} и {{ic|CXXFLAGS}} совместимы со всеми машинами в рамках соответствующих ар...") Tags: Mobile web edit Mobile edit |
(Created page with "На машинах x86_64 редко бывает достаточно значительный прирост производительности в реальном мир...") |
||
Line 39: | Line 39: | ||
Стандартные makepkg.conf {{ic|CFLAGS}} и {{ic|CXXFLAGS}} совместимы со всеми машинами в рамках соответствующих архитектур. | Стандартные makepkg.conf {{ic|CFLAGS}} и {{ic|CXXFLAGS}} совместимы со всеми машинами в рамках соответствующих архитектур. | ||
На машинах x86_64 редко бывает достаточно значительный прирост производительности в реальном мире, чтобы оправдать затраты времени на пересборку официальных пакетов. | |||
As of version 4.3.0, GCC offers the {{ic|1=-march=native}} switch that enables CPU auto-detection and automatically selects optimizations supported by the local machine at GCC runtime. To use it, just modify the default settings by changing the {{ic|CFLAGS}} and {{ic|CXXFLAGS}} lines as follows: | As of version 4.3.0, GCC offers the {{ic|1=-march=native}} switch that enables CPU auto-detection and automatically selects optimizations supported by the local machine at GCC runtime. To use it, just modify the default settings by changing the {{ic|CFLAGS}} and {{ic|CXXFLAGS}} lines as follows: |