Closed
Bug 1128987
Opened 10 years ago
Closed 10 years ago
SIMD: add benchmarks to AWFY
Categories
(Core :: JavaScript Engine: JIT, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: bbouvier, Assigned: bbouvier)
References
Details
Attachments
(1 file)
So we have two benchmarks, Mandelbrot and FBirds. We also have browsers vendors which don't support SIMD so far, so we'd like to run the polyfill for these.
The goal of this bug is to add 4 lines in AWFY:
- Mandelbrot without the polyfill
- Mandelbrot with the polyfill
- FBirds without the polyfill
- FBirds with the polyfill
Assignee | ||
Comment 1•10 years ago
|
||
Assignee | ||
Comment 2•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•