Open
Bug 751555
Opened 13 years ago
Updated 2 years ago
IonMonkey: implement usat on ARM and change clamToUint8 to use it
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
NEW
People
(Reporter: mjrosenb, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [ion:t])
I've been informed that usat in fact saturates Int32 -> Uint8, which is exactly the operation that we want for clampToUint8, so I say we should use it!
I have a patch that compiles, but has not been tested in any way shape or form.
Assignee | ||
Updated•11 years ago
|
Assignee: general → nobody
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•