-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update conversion ranks for minimum precision types
This just updates the conversion rank for minimum precision types which are now represented in the Basic.types section. TL;DR: min10int < min12int < min16int < int16_t < int32_t < int64_t min10uint < min12uint < min16uint < uint16_t < uint32_t < uint64_t min10float < min12float < min16float < half < float < double
- Loading branch information
1 parent
7f2de05
commit 2ba23f8
Showing
2 changed files
with
19 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters