Bug 21162
Summary: | Make SSE detection less bad | ||
---|---|---|---|
Product: | WebKit | Reporter: | Gavin Barraclough <barraclough> |
Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Mac | ||
OS: | OS X 10.5 |
Gavin Barraclough
* 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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Gavin Barraclough
This bug now redundant, fixed alongside earlier changes.