Bug 157177 - solid doesn't detect cpu SSE support
Summary: solid doesn't detect cpu SSE support
Status: RESOLVED FIXED
Alias: None
Product: kdelibs
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: kdelibs bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-05 00:17 UTC by Ivo Anjo
Modified: 2008-02-10 21:01 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ivo Anjo 2008-02-05 00:17:47 UTC
Version:            (using KDE 4.0.0)
Installed from:    SuSE RPMs
OS:                Linux

I didn't find "solid" to file this bug against, so I filed it under kdelibs.

Solid incorrectly identifies the capacities of my cpu. Here's the output from solid's tutorial3, that tests for cpu extensions:
tutorial3(29301) main: Intel MMX supported: true
tutorial3(29301) main: Intel SSE supported: false
tutorial3(29301) main: Intel SSE2 supported: false
tutorial3(29301) main: Intel SSE3 supported: false
tutorial3(29301) main: Intel SSE4 supported: false
tutorial3(29301) main: AMD 3DNOW supported: true
tutorial3(29301) main: PPC AltiVec supported: false

but my cpu (amd athlon xp) supports SSE (but not SSE >= 2), and /proc/cpuinfo confirms it:
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 mmx fxsr sse syscall mmxext3dnowext 3dnow up ts
Comment 1 Tobias Koenig 2008-02-10 21:01:55 UTC
SVN commit 773323 by tokoe:

Fix detection of SSE and SSE2, the bitmask was wrong.

BUG: 157177


 M  +5 -5      halprocessor.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=773323