mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-09 13:38:00 +00:00
instrinsics: Implement dot() for integer vector types
Fixed: tint:1263 Change-Id: I642ea0b6c9be7f04930cf6ea1a8059825661e326 Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/68520 Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: David Neto <dneto@google.com> Commit-Queue: Ben Clayton <bclayton@google.com>
This commit is contained in:
committed by
Tint LUCI CQ
parent
a9156ff091
commit
189dc7d3fd
@@ -6,6 +6,10 @@
|
||||
|
||||
* Taking the address of a vector component is no longer allowed.
|
||||
|
||||
### New Features
|
||||
|
||||
* The `dot()` builtin now supports integer vector types.
|
||||
|
||||
## Changes for M97
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
Reference in New Issue
Block a user