Closed
Bug 1671872
Opened 4 years ago
Closed 4 years ago
Make v128 a valid type for untyped select when ENABLE_WASM_SIMD
Categories
(Core :: JavaScript: WebAssembly, defect, P3)
Core
JavaScript: WebAssembly
Tracking
()
RESOLVED
FIXED
84 Branch
Tracking | Status | |
---|---|---|
firefox84 | --- | fixed |
People
(Reporter: lth, Assigned: lth)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
https://phabricator.services.mozilla.com/D91448 added made v128 valid for typed select
; given https://github.com/WebAssembly/simd/issues/363#issuecomment-710230923 we should make it valid also for untyped select
, under the proper ifdef.
Assignee | ||
Updated•4 years ago
|
Severity: N/A → S3
Assignee | ||
Comment 1•4 years ago
|
||
The compiler can already handle the type, only validation and tests have to change.
Pushed by lhansen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/3077967e4b76
remove v128 restriction on untyped select. r=rhunt
Comment 3•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox84:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 84 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•