[Webkit-unassigned] [Bug 249275] New: [WebAssembly SIMD] Support floating-point absolute value, negate, min, max, and square-root on Intel.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Dec 13 16:24:36 PST 2022
https://bugs.webkit.org/show_bug.cgi?id=249275
Bug ID: 249275
Summary: [WebAssembly SIMD] Support floating-point absolute
value, negate, min, max, and square-root on Intel.
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Keywords: InRadar
Severity: Normal
Priority: P2
Component: WebAssembly
Assignee: webkit-unassigned at lists.webkit.org
Reporter: d_degazio at apple.com
Blocks: 246345
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
Referenced Bugs:
https://bugs.webkit.org/show_bug.cgi?id=246345
[Bug 246345] [SIMD] Intel support
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20221214/d27b18ed/attachment-0001.htm>
More information about the webkit-unassigned
mailing list