Skip to content

Commit 92f8f80

Browse files
committed
Uninline _floatNNToString
1 parent e101540 commit 92f8f80

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

stdlib/public/core/Runtime.swift.gyb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -374,15 +374,13 @@ internal struct _Buffer72 {
374374
#if !os(Windows) && (arch(i386) || arch(x86_64))
375375
% end
376376

377-
@usableFromInline // FIXME(sil-serialize-all)
378377
@_silgen_name("swift_float${bits}ToString")
379378
internal func _float${bits}ToStringImpl(
380379
_ buffer: UnsafeMutablePointer<UTF8.CodeUnit>,
381380
_ bufferLength: UInt, _ value: Float${bits},
382381
_ debug: Bool
383382
) -> UInt
384383

385-
@inlinable // FIXME(sil-serialize-all)
386384
internal func _float${bits}ToString(
387385
_ value: Float${bits}, debug: Bool
388386
) -> String {

test/api-digester/Outputs/stability-stdlib-abi.swift.expected

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ Constructor _DropFirstSequence.init(_iterator:limit:dropped:) has been removed
1414
Constructor _PrefixSequence.init(_iterator:maxLength:taken:) has been removed
1515
Func _DropFirstSequence.next() has been removed
1616
Func _PrefixSequence.next() has been removed
17+
Func _float32ToString(_:debug:) has been removed
18+
Func _float32ToStringImpl(_:_:_:_:) has been removed
19+
Func _float64ToString(_:debug:) has been removed
20+
Func _float64ToStringImpl(_:_:_:_:) has been removed
21+
Func _float80ToString(_:debug:) has been removed
22+
Func _float80ToStringImpl(_:_:_:_:) has been removed
1723
Var _DropFirstSequence._dropped has been removed
1824
Var _DropFirstSequence._iterator has been removed
1925
Var _PrefixSequence._iterator has been removed

0 commit comments

Comments
 (0)