Closed
Bug 760231
Opened 13 years ago
Closed 11 years ago
IonMonkey: Add a flag to disable SSE support
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
DUPLICATE
of bug 935791
People
(Reporter: jandem, Assigned: jandem)
References
(Blocks 1 open bug)
Details
(Whiteboard: [ion:t])
We have some places where we use more optimized code if for instance SSE 4.x is available and else fall back to a slower implementation. Since developers and fuzzers tend to use fairly modern hardware, we should add a flag to disable SSE 3+ so that we can test these paths better.
Updated•12 years ago
|
Whiteboard: [ion:t]
Comment 1•11 years ago
|
||
This is implemented, in bug 935791.
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•