Bug 21162

Summary: Make SSE detection less bad
Product: WebKit Reporter: Gavin Barraclough <barraclough>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   

Gavin Barraclough
Reported 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.
Attachments
Gavin Barraclough
Comment 1 2008-12-22 23:10:46 PST
This bug now redundant, fixed alongside earlier changes.
Note You need to log in before you can comment on or make changes to this bug.