mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-08 21:17:45 +00:00
Remove sig deprecation.
This CL removes support for the `sig` member in `frexp`. It is now an error if `sig` is used, the deprecation is removed. `fract` should be used instead. Bug: tint:1766 Change-Id: I991544b675caf31f22c8c9472a60c77811ff4efd Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/117920 Kokoro: Ben Clayton <bclayton@google.com> Reviewed-by: Ben Clayton <bclayton@google.com> Commit-Queue: Dan Sinclair <dsinclair@chromium.org>
This commit is contained in:
committed by
Dawn LUCI CQ
parent
97ad405216
commit
f374b819d9
@@ -1,5 +1,11 @@
|
||||
# Tint changes during Origin Trial
|
||||
|
||||
## Changes for M112
|
||||
|
||||
### Breaking changes
|
||||
|
||||
* * The `sig` member of the return type of `frexp()` has been renamed to `fract`. [tint:1766](crbug.com/tint/1766)
|
||||
|
||||
## Changes for M111
|
||||
|
||||
### New features
|
||||
|
||||
Reference in New Issue
Block a user