Closed
Bug 1244117
Opened 9 years ago
Closed 8 years ago
Add SIMD.Uint8x16 and SIMD.Uint16x8 support to IonMonkey
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox47 | --- | affected |
People
(Reporter: jujjyl, Unassigned)
References
Details
+++ This bug was initially created as a clone of Bug #1136226 +++
Bug 1136226 refers to adding SIMD.Int8x16 and SIMD.Int16x8 to Ion, and bug 1240796 refers to adding SIMD.Uint32x4 to Ion, but I see we don't have(?) an item referring to adding SIMD.Uint8x16 and SIMD.Uint16x8 to Ion, so marking this down to track that.
Reporter | ||
Comment 1•9 years ago
|
||
Emscripten has a small workaround currently in place to ignore its test suite failures since these types don't yet exist for asm.js: https://github.com/juj/emscripten/commit/c1b006d044ec2f47d70a31bafe635fa3f7e7c4a3
Comment 2•8 years ago
|
||
The unsigned types went in along with their signed counterparts in bug 1136226.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•