Bug 21162 - Make SSE detection less bad
Summary: Make SSE detection less bad
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-26 19:24 PDT by Gavin Barraclough
Modified: 2008-12-22 23:10 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gavin Barraclough 2008-09-26 19:24:49 PDT
* should check on windows,
* should not need check for SSE2 on OS X (ALWAYS_INLINE return true),
* should be checking for the correct SSE version, as required,
* should be asserting required SSE version is available when emitting instructions in X86Assembler,

Probably move the SSE checking to something like kjs/CPUSpecifics.h  (in the longer term may need separate files per architecture.
Comment 1 Gavin Barraclough 2008-12-22 23:10:46 PST
This bug now redundant, fixed alongside earlier changes.