[webkit-changes] [WebKit/WebKit] 214900: [WGSL] Implement constant functions for all operat...
Tadeu Zagallo
noreply at github.com
Mon Oct 23 21:20:20 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 2149009b609785bf41a35548d4ab6157337e30cd
https://github.com/WebKit/WebKit/commit/2149009b609785bf41a35548d4ab6157337e30cd
Author: Tadeu Zagallo <tzagallo at apple.com>
Date: 2023-10-23 (Mon, 23 Oct 2023)
Changed paths:
M Source/WebGPU/WGSL/ConstantFunctions.h
M Source/WebGPU/WGSL/ConstantValue.h
M Source/WebGPU/WGSL/TypeDeclarations.rb
Log Message:
-----------
[WGSL] Implement constant functions for all operators and constructors
https://bugs.webkit.org/show_bug.cgi?id=263553
rdar://117370549
Reviewed by Mike Wyrzykowski.
Start batch-implmenting the constant functions for all type declarations. This starts
by implementing all unary and binary operators, plus all the type constructors.
* Source/WebGPU/WGSL/ConstantValue.h:
(WGSL::ConstantValue::isBool const):
Canonical link: https://commits.webkit.org/269696@main
More information about the webkit-changes
mailing list