[webkit-changes] [WebKit/WebKit] 325c99: [WGSL] Atomics should return the size and alignmen...

mwyrzykowski noreply at github.com
Thu Oct 5 17:04:41 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 325c996d6dc39c38f7cd41810a777f01da85c2d0
      https://github.com/WebKit/WebKit/commit/325c996d6dc39c38f7cd41810a777f01da85c2d0
  Author: Mike Wyrzykowski <mwyrzykowski at apple.com>
  Date:   2023-10-05 (Thu, 05 Oct 2023)

  Changed paths:
    M Source/WebGPU/WGSL/Types.cpp

  Log Message:
  -----------
  [WGSL] Atomics should return the size and alignment of their underlying type
https://bugs.webkit.org/show_bug.cgi?id=262736
<radar://116544747>

Reviewed by Tadeu Zagallo.

Return the size and alignment of the underlying type.

* Source/WebGPU/WGSL/Types.cpp:
(WGSL::Type::size const):
(WGSL::Type::alignment const):

Canonical link: https://commits.webkit.org/268953@main




More information about the webkit-changes mailing list