Нужно составить make.conf

какими должны быть опции CPU в make.conf ?

нужно для 64 битной системы

diode@home:~$ cat /proc/cpuinfo
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 23
model name : Intel(R) Core(TM)2 Duo CPU E8400 @ 3.00GHz
stepping : 10
cpu MHz : 2003.000
cache size : 6144 KB
physical id : 0
siblings : 2
core id : 0
cpu cores : 2
apicid : 0
initial apicid : 0
fpu : yes
fpu_exception : yes
cpuid level : 13
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good pni dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm sse4_1 xsave lahf_lm tpr_shadow vnmi flexpriority
bogomips : 5998.69
clflush size : 64
cache_alignment : 64
address sizes : 36 bits physical, 48 bits virtual

processor : 1
vendor_id : GenuineIntel
cpu family : 6
model : 23
model name : Intel(R) Core(TM)2 Duo CPU E8400 @ 3.00GHz
stepping : 10
cpu MHz : 2003.000
cache size : 6144 KB
physical id : 0
siblings : 2
core id : 1
cpu cores : 2
apicid : 1
initial apicid : 1
fpu : yes
fpu_exception : yes
cpuid level : 13
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good pni dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm sse4_1 xsave lahf_lm tpr_shadow vnmi flexpriority
bogomips : 5912.64
clflush size : 64
cache_alignment : 64
address sizes : 36 bits physical, 48 bits virtual

http://tinyurl.com/kvl4n7

http://gcc.gnu.org/onlinedocs

Кстати, вот из этого

Кстати, вот из этого дока:


-mfpmath=unit
    Generate floating point arithmetics for selected unit unit. The choices for unit are:

    `387'
        Use the standard 387 floating point coprocessor present majority of chips and emulated otherwise. Code compiled with this option will run almost everywhere. The temporary results are computed in 80bit precision instead of precision specified by the type resulting in slightly different results compared to most of other chips. See -ffloat-store for more detailed description.

        This is the default choice for i386 compiler.
    `sse'
        Use scalar floating point instructions present in the SSE instruction set. This instruction set is supported by Pentium3 and newer chips, in the AMD line by Athlon-4, Athlon-xp and Athlon-mp chips. The earlier version of SSE instruction set supports only single precision arithmetics, thus the double and extended precision arithmetics is still done using 387. Later version, present only in Pentium4 and the future AMD x86-64 chips supports double precision arithmetics too.

        For the i386 compiler, you need to use -march=cpu-type, -msse or -msse2 switches to enable SSE extensions and make this option effective. For the x86-64 compiler, these extensions are enabled by default.

        The resulting code should be considerably faster in the majority of cases and avoid the numerical instability problems of 387 code, but may break some existing code that expects temporaries to be 80bit.

        This is the default choice for the x86-64 compiler.
    `sse,387'
    `sse+387'
    `both'
        Attempt to utilize both instruction sets at once. This effectively double the amount of available registers and on chips with separate execution units for 387 and SSE the execution resources too. Use this option with care, as it is still experimental, because the GCC register allocator does not model separate functional units well resulting in instable performance. 

использовать ли?

А прочесть не судьба? Вроде

А прочесть не судьба?
Вроде как написано, мол -mfpmath=sse используется в архитектуре x86_64 по-умолчанию.

Нащяльника, мая сервира паставиль, фрибизьдя инсталя сделаль, апачи сабраль, пыхапе патключиль, сапускаю, а ано - ажамбех пашамбе эшельбе шайтанама!

точно... туплю.

точно... туплю.

http://en.gentoo-wiki.com/wik

http://en.gentoo-wiki.com/wiki/Safe_Cflags

Compute:
Bosch M2.8.1 -> custom Bosch M2.8.3 clone from Russia.
Speed about 260 km,Ram 2 pers.,HDD - 70 kg,210 FLOPS ;)

FAQ слева

FAQ слева

Текстовый редактор vi имеет два режима работы: в первом он пищит, а во втором — всё портит.

понятно, поставляю

понятно, поставляю -march=native.

Diode написал(а):понятно,

Diode написал(а):
понятно, поставляю -march=native.

не надо спешить...
gcc какой? -march=native начиная с версии gcc-4.3 работает...

Где мало слов, там вес они имеют... (с) W. Sheakespeare

хорошо, а что еще для этого

хорошо, а что еще для этого проца подойдет?
CFLAGS="-march=nocona -O2 -pipe" ?

пойдет...

пойдет...

Где мало слов, там вес они имеют... (с) W. Sheakespeare

Ознакомтесь:http://gcc.gnu.o

Ознакомтесь:
http://gcc.gnu.org/onlinedocs/gcc-4.3.2/gcc/i386-and-x86_002d64-Options.html#i386-and-x86_002d64-Options

P.S. Извините за повтор.

Нащяльника, мая сервира паставиль, фрибизьдя инсталя сделаль, апачи сабраль, пыхапе патключиль, сапускаю, а ано - ажамбех пашамбе эшельбе шайтанама!

Настройки просмотра комментариев

Выберите нужный метод показа комментариев и нажмите "Сохранить установки".