Bug 249275
| Summary: | [WebAssembly SIMD] Support floating-point absolute value, negate, min, max, and square-root on Intel | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | David Degazio <d_degazio> |
| Component: | WebAssembly | Assignee: | David Degazio <d_degazio> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 246345 | ||
David Degazio
We still need to add support for some floating-point arithmetic opcodes in WebAssembly SIMD on Intel, specifically:
- f32x4.sqrt, f64x2.sqrt
- f32x4.min, f64x2.min
- f32x4.max, f64x2.max
- f32x4.pmin, f64x2.pmin
- f32x4.pmax, f64x2.pmax
- f32x4.neg, f64x2.neg
- f32x4.abs, f64x2.abs
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
David Degazio
rdar://103326365
David Degazio
Pull request: https://github.com/WebKit/WebKit/pull/7584
EWS
Committed 257880@main (3a6ea5eb8b9b): <https://commits.webkit.org/257880@main>
Reviewed commits have been landed. Closing PR #7584 and removing active labels.