Ferdinant
Doppel-As
Hallo
habe (mal wieder) ne kleine Frage auf die ich mit Google keine Antwort finde.
Da ich in letzter Zeit gerne mal mit dem Intel C/C++ Compiler rumspiele ist mir mal aufgefallen, dass die -fast Flag anscheinend auf SSE3 optimiert und die daraus entstehenden executables mit nem schönen fehler starten, weil kein SSE3 da wäre. Gut, dachte ich mir, in /proc/cpuinfo steht auch, dass ich das nicht habe, also gehts wohl nicht.
Bin aber geradeeben über zwei Wikipediaartikel gestolpert ( http://de.wikipedia.org/wiki/Intel_Pentium_D und http://de.wikipedia.org/wiki/SSE3 ) die sagen, das mein CPU das wohl doch könnte, da das bei allen Pentium D's wohl drin wär.
Was für einen Grund kann es haben, dass CPU extensions nicht erkannt werden, oder gibt es doch eine mysteriöse Pentium D baureihe ohne SSE3?
Hier noch die ausgabe von cat /proc/cpuinfo:
habe (mal wieder) ne kleine Frage auf die ich mit Google keine Antwort finde.
Da ich in letzter Zeit gerne mal mit dem Intel C/C++ Compiler rumspiele ist mir mal aufgefallen, dass die -fast Flag anscheinend auf SSE3 optimiert und die daraus entstehenden executables mit nem schönen fehler starten, weil kein SSE3 da wäre. Gut, dachte ich mir, in /proc/cpuinfo steht auch, dass ich das nicht habe, also gehts wohl nicht.
Bin aber geradeeben über zwei Wikipediaartikel gestolpert ( http://de.wikipedia.org/wiki/Intel_Pentium_D und http://de.wikipedia.org/wiki/SSE3 ) die sagen, das mein CPU das wohl doch könnte, da das bei allen Pentium D's wohl drin wär.
Was für einen Grund kann es haben, dass CPU extensions nicht erkannt werden, oder gibt es doch eine mysteriöse Pentium D baureihe ohne SSE3?
Hier noch die ausgabe von cat /proc/cpuinfo:
Code:
processor : 0
vendor_id : GenuineIntel
cpu family : 15
model : 4
model name : Intel(R) Pentium(R) D CPU 2.66GHz
stepping : 7
cpu MHz : 2660.969
cache size : 1024 KB
physical id : 0
siblings : 2
core id : 0
cpu cores : 2
fpu : yes
fpu_exception : yes
cpuid level : 5
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 lm constant_tsc pebs bts pni monitor ds_cpl tm2 cid cx16 xtpr lahf_lm
bogomips : 5324.75
clflush size : 64
cache_alignment : 128
address sizes : 36 bits physical, 48 bits virtual
power management:
processor : 1
vendor_id : GenuineIntel
cpu family : 15
model : 4
model name : Intel(R) Pentium(R) D CPU 2.66GHz
stepping : 7
cpu MHz : 2660.969
cache size : 1024 KB
physical id : 0
siblings : 2
core id : 1
cpu cores : 2
fpu : yes
fpu_exception : yes
cpuid level : 5
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 lm constant_tsc pebs bts pni monitor ds_cpl tm2 cid cx16 xtpr lahf_lm
bogomips : 5321.76
clflush size : 64
cache_alignment : 128
address sizes : 36 bits physical, 48 bits virtual
power management: