[webkit-changes] [WebKit/WebKit] 231a04: [WGSL] Add type declaration for bit shift operators

Tadeu Zagallo noreply at github.com
Wed Aug 16 18:37:56 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 231a040e5031a2031c5dfcaedd23ceb656975f50
      https://github.com/WebKit/WebKit/commit/231a040e5031a2031c5dfcaedd23ceb656975f50
  Author: Tadeu Zagallo <tzagallo at apple.com>
  Date:   2023-08-16 (Wed, 16 Aug 2023)

  Changed paths:
    M Source/WebGPU/WGSL/TypeDeclarations.rb
    M Source/WebGPU/WGSL/tests/valid/overload.wgsl

  Log Message:
  -----------
  [WGSL] Add type declaration for bit shift operators
https://bugs.webkit.org/show_bug.cgi?id=260265
rdar://problem/113972646

Reviewed by Dan Glastonbury.

We had declarations for ~, |, & and ^, but << and >> were missing.

* Source/WebGPU/WGSL/TypeDeclarations.rb:
* Source/WebGPU/WGSL/tests/valid/overload.wgsl:

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




More information about the webkit-changes mailing list