File tree 2 files changed +3
-0
lines changed 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -541,6 +541,7 @@ extension ${Self}: BinaryFloatingPoint {
541
541
}
542
542
543
543
@inlinable
544
+ @_semantics ( " optimize.sil.inline.constant.arguments " )
544
545
public var exponent : Int {
545
546
if !isFinite { return . max }
546
547
if isZero { return . min }
@@ -884,6 +885,7 @@ extension ${Self}: BinaryFloatingPoint {
884
885
}
885
886
886
887
@inlinable
888
+ @_semantics ( " optimize.sil.inline.constant.arguments " )
887
889
public var significandWidth : Int {
888
890
let trailingZeroBits = significandBitPattern. trailingZeroBitCount
889
891
if isNormal {
Original file line number Diff line number Diff line change @@ -2696,6 +2696,7 @@ extension FixedWidthInteger {
2696
2696
extension FixedWidthInteger {
2697
2697
@inlinable
2698
2698
@_semantics ( " optimize.sil.specialize.generic.partial.never " )
2699
+ @_semantics ( " optimize.sil.inline.constant.arguments " )
2699
2700
public // @testable
2700
2701
static func _convert< Source: BinaryFloatingPoint > (
2701
2702
from source: Source
You can’t perform that action at this time.
0 commit comments