Bug 264384
Summary: | [WGSL] countLeadingZeros, countOneBits, countTrailingZeros, reverseBits, extractBits, faceForward, insertBits are unimplemented | ||
---|---|---|---|
Product: | WebKit | Reporter: | Mike Wyrzykowski <mwyrzykowski> |
Component: | WebGPU | Assignee: | Tadeu Zagallo <tzagallo> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | Other | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Mike Wyrzykowski
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/118098831>
Tadeu Zagallo
Pull request: https://github.com/WebKit/WebKit/pull/20163
EWS
Committed 270427@main (e5c11b80e43b): <https://commits.webkit.org/270427@main>
Reviewed commits have been landed. Closing PR #20163 and removing active labels.