tint: update origin-trial-changes.md for atomicCompareExchangeWeak changes

Bug: tint:1185
Change-Id: Iff615ac8347dc840d767ea71e9a9333361c81fb6
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/92143
Kokoro: Kokoro <noreply+kokoro@google.com>
Commit-Queue: Antonio Maiorano <amaiorano@google.com>
Reviewed-by: Ben Clayton <bclayton@google.com>
This commit is contained in:
Antonio Maiorano 2022-05-31 22:35:49 +00:00 committed by Dawn LUCI CQ
parent 7e495d8f2e
commit 6ac7c8a7b9
1 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,9 @@
builtins in non-uniform control flow [tint:880](crbug.com/tint/880)
* Matrix identity constructors and constructors for a single scalar value are now supported [tint:1545](crbug.com/tint/1545)
### Breaking changes
* Builtin `atomicCompareExchangeWeak` returns a struct instead of a vec2. [tint:1185](crbug.com/tint/1185)
## Changes for M102
### New Features