File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -442,7 +442,7 @@ internal func _Float16ToASCII(
442
442
// Support Legacy ABI on top of new implementation
443
443
@_silgen_name ( " swift_float32ToString " )
444
444
@usableFromInline
445
- private func _float32ToStringImpl(
445
+ internal func _float32ToStringImpl(
446
446
_ textBuffer: UnsafeMutablePointer < UTF8 . CodeUnit > ,
447
447
_ bufferLength: UInt ,
448
448
_ value: Float32 ,
@@ -695,7 +695,7 @@ internal func _Float32ToASCII(
695
695
// Support Legacy ABI on top of new implementation
696
696
@_silgen_name ( " swift_float64ToString " )
697
697
@usableFromInline
698
- private func _float64ToStringImpl(
698
+ internal func _float64ToStringImpl(
699
699
_ textBuffer: UnsafeMutablePointer < UTF8 . CodeUnit > ,
700
700
_ bufferLength: UInt ,
701
701
_ value: Float64 ,
@@ -1203,7 +1203,7 @@ internal func _Float64ToASCII(
1203
1203
// Support Legacy ABI on top of new implementation
1204
1204
@_silgen_name ( " swift_float80ToString " )
1205
1205
@usableFromInline
1206
- private func _float80ToStringImpl(
1206
+ internal func _float80ToStringImpl(
1207
1207
_ textBuffer: UnsafeMutablePointer < UTF8 . CodeUnit > ,
1208
1208
_ bufferLength: UInt ,
1209
1209
_ value: Float80 ,
You can’t perform that action at this time.
0 commit comments