Intel Pentium D mit oder ohne SSE3?

Ferdinant

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:
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:
 
Hi,
soweit ich weiß wird SSE bis zur Version 3 von deinem Prozessor unterstützt.

Schau am besten mal hier

MfG,
Buchi
 
So, wie deine /proc/cpuinfo ausschaut ist auch kein SSE3 da!

Grüße, Blender3D
 
So hier die Ausgabe der Windows Variante von dem Intel Prozessorerkennungsprogramm:

Code:
Intel(R) Processor Identification Utility
Version: 3.8.20080505
Time Stamp: 2008/06/09 13:45:28
Number of processors in system: 1
Current processor: #1
Cores per processor: 2
Disabled cores per processor: 0
Processor Name: Intel(R) Pentium(R) D CPU 805   2.66GHz
Type: 0
Family: F
Model: 4
Stepping: 7
Revision: 3
Maximum CPUID Level: 5
L1 Instruction Cache: 2 x 12 Kµops
L1 Data Cache: 2 x 16 KB
L2 Cache: 2 x 1 MB
Packaging: LGA775
Platform Compatibility Guide: 05A
EIST: No
MMX(TM): Yes
SSE: Yes
SSE2: Yes
[B][SIZE="5"]SSE3: Yes[/SIZE][/B]
SSE4: No
Enhanced Halt State: No
Execute Disable Bit: No
Hyper-Threading Technology: No
Intel(R) 64 Architecture: Yes
Intel(R) Virtualization Technology: No
Expected Processor Frequency: 2.66 GHz
Reported Processor Frequency: 2.66 GHz
Expected System Bus Frequency: 533 MHz
Reported System Bus Frequency: 533 MHz
also hatter SSE3. Bleibt noch die Frage, warum unter Linux SSE3 anscheinend nicht erkannt wird.
Kann das mit dem Kernel zusammenhängen? also, wird für bestimmte Prozessorerweiterungen nen Modul gebraucht?
 
Das Flag für SSE3 heißt unter Linux "pni" = "Prescott new instructions". Mit dem "Prescott" wurde das damals nämlich eingeführt.
 

Ähnliche Themen

CentOS 5.3 2.6.24.7-x86_64 Boot Fehler

Displayport + externer Monitor zeigt bei startx nichts erst bei DVI

Mysteriöser 11.4 Absturz - Maschine läuft, SSH und vor Ort Login unmöglich

Full HD Filme (1080p) ruckeln stark

Prozessortaktung

Zurück
Oben