Open
Bug 1912717
Opened 6 months ago
Updated 6 months ago
Move LMinMax{D,F} codegen into shared CodeGenerator
Categories
(Core :: JavaScript Engine: JIT, task, P1)
Core
JavaScript Engine: JIT
Tracking
()
ASSIGNED
People
(Reporter: anba, Assigned: anba)
References
(Blocks 1 open bug)
Details
Attachments
(3 files)
No description provided.
Assignee | ||
Comment 1•6 months ago
|
||
Drive-by change:
Use upper-case VIXL macro-assembler methods to match surrounding code.
Assignee | ||
Comment 2•6 months ago
|
||
All implementations call into MacroAssembler::{min,max}{Double,Float}
.
Assignee | ||
Comment 3•6 months ago
|
||
If canBeNaN
is available, we might as well use it to improve codegen.
Also change some ma_b + ma_vmov
sequences into conditional ma_vmov
.
Updated•6 months ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•