Closed
Bug 1688380
Opened 5 years ago
Closed 5 years ago
Implement SIMD i64x2.all_true, i64x2.eq, i64x2.ne
Categories
(Core :: JavaScript: WebAssembly, enhancement, P2)
Core
JavaScript: WebAssembly
Tracking
()
RESOLVED
FIXED
87 Branch
| Tracking | Status | |
|---|---|---|
| firefox87 | --- | fixed |
People
(Reporter: lth, Assigned: yury)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
See https://github.com/WebAssembly/simd/pull/381, https://github.com/WebAssembly/simd/pull/411, https://github.com/WebAssembly/simd/pull/415. These have been accepted into the spec. Checklist:
[ . ] Test cases
[ . ] Wast
[ . ] Baseline (x86, x64, arm64)
[ . ] Ion (x86, x64)
Ion arm64 will land separately, with all the other Ion arm64 SIMD support (bug 1687629).
| Reporter | ||
Updated•5 years ago
|
Assignee: nobody → ydelendik
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•5 years ago
|
||
Opened https://github.com/bytecodealliance/wasm-tools/pull/212 -- waiting for encoding to be defined for i64x2.eq and i64x2.ne
| Reporter | ||
Updated•5 years ago
|
Priority: P3 → P2
| Assignee | ||
Comment 2•5 years ago
|
||
Updated•5 years ago
|
Attachment #9200160 -
Attachment description: Bug 1688380 - add i64x2.all_true, i64x2.eq, and i64x2.ne. → Bug 1688380 - add i64x2.all_true, i64x2.eq, and i64x2.ne. r?lth
Pushed by ydelendik@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/59d176b8c337
add i64x2.all_true, i64x2.eq, and i64x2.ne. r=lth
Comment 4•5 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox87:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 87 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•