[webkit-changes] [WebKit/WebKit] 7e2f49: [WGSL] Bitcast fails with vectors of abstract ints

Tadeu Zagallo noreply at github.com
Tue Jan 16 05:35:11 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 7e2f49f9bf17499ee6e5a497688a05ad818dff48
      https://github.com/WebKit/WebKit/commit/7e2f49f9bf17499ee6e5a497688a05ad818dff48
  Author: Tadeu Zagallo <tzagallo at apple.com>
  Date:   2024-01-16 (Tue, 16 Jan 2024)

  Changed paths:
    M Source/WebGPU/WGSL/ConstantFunctions.h

  Log Message:
  -----------
  [WGSL] Bitcast fails with vectors of abstract ints
https://bugs.webkit.org/show_bug.cgi?id=267547
rdar://121010052

Reviewed by Mike Wyrzykowski.

When bitcasting the elements of the vector the values cannot be converted directly,
they need to go through the bitcast function to handle abstract integers.

* Source/WebGPU/WGSL/ConstantFunctions.h:
(WGSL::CONSTANT_FUNCTION):

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




More information about the webkit-changes mailing list