RESOLVED FIXED 264384
[WGSL] countLeadingZeros, countOneBits, countTrailingZeros, reverseBits, extractBits, faceForward, insertBits are unimplemented
https://bugs.webkit.org/show_bug.cgi?id=264384
Summary [WGSL] countLeadingZeros, countOneBits, countTrailingZeros, reverseBits, extr...
Mike Wyrzykowski
Reported 2023-11-07 22:05:26 PST
maybe obvious but here are the WGSL -> MSL translations: countLeadingZeros -> clz countOneBits -> popcount countTrailingZeros -> ctz reverseBits -> reverse_bits extractBits -> extract_bits faceForward -> faceforward insertBits -> insert_bits
Attachments
Radar WebKit Bug Importer
Comment 1 2023-11-07 22:05:43 PST
Tadeu Zagallo
Comment 2 2023-11-08 07:25:22 PST
EWS
Comment 3 2023-11-09 00:11:05 PST
Committed 270427@main (e5c11b80e43b): <https://commits.webkit.org/270427@main> Reviewed commits have been landed. Closing PR #20163 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.