[Webkit-unassigned] [Bug 248639] New: [WebAssembly SIMD] Support bitwise operations on Intel

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 1 16:41:35 PST 2022


https://bugs.webkit.org/show_bug.cgi?id=248639

            Bug ID: 248639
           Summary: [WebAssembly SIMD] Support bitwise operations 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

We should add support for SIMD bitwise logic, shift, and boolean operations on Intel. This means support for the following instructions:

 - i8x16.shl, i16x8.shl, i32x4.shl, i64x2.shl
 - i8x16.shr_s, i16x8.shr_s, i32x4.shr_s, i64x2.shr_s, i8x16.shr_u, i16x8.shr_u, i32x4.shr_u, i64x2.shr_u
 - v128.and
 - v128.or
 - v128.xor
 - v128.andnot
 - v128.bitselect
 - i8x16.popcnt
 - v128.any_true
 - i8x16.all_true, i16x8.all_true, i32x4.all_true, i64x2.all_true


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/20221202/6f6ea5c2/attachment.htm>


More information about the webkit-unassigned mailing list