diff options
Diffstat (limited to 'source/slang/syntax.h')
| -rw-r--r-- | source/slang/syntax.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/slang/syntax.h b/source/slang/syntax.h index 00f7eb95b..24660b7fd 100644 --- a/source/slang/syntax.h +++ b/source/slang/syntax.h @@ -49,7 +49,7 @@ namespace Slang kConversionCost_CastToInterface = 50, // Conversion that is lossless and keeps the "kind" of the value the same - kConversionCost_RankPromotion = 100, + kConversionCost_RankPromotion = 150, // Conversions that are lossless, but change "kind" kConversionCost_UnsignedToSignedPromotion = 200, |
