[Webkit-unassigned] [Bug 249038] New: [WebAssembly SIMD] Emulate vector floating-point absolute value on Intel
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Dec 9 11:55:12 PST 2022
https://bugs.webkit.org/show_bug.cgi?id=249038
Bug ID: 249038
Summary: [WebAssembly SIMD] Emulate vector floating-point
absolute value on Intel
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebAssembly
Assignee: webkit-unassigned at lists.webkit.org
Reporter: d_degazio at apple.com
Blocks: 246345
Intel doesn't have an instruction for SIMD floating-point absolute value, so the WASM f32x4.abs and f64x2.abs opcodes are currently unsupported. We can emulate this feature by generating a vector bitmask and using it to clear the sign bits for all elements in a vector.
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/20221209/b3cee7d4/attachment.htm>
More information about the webkit-unassigned
mailing list