Skip to content

Commit 870acb5

Browse files
Move _float80ToStringImpl to the x86_64-specific ABI checker file. (#85002)
1 parent e74a7ec commit 870acb5

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
11
// ABI additions for x86_64 only.
2+
3+
// Float-to-String conversions were reimplemented in Swift
4+
// The legacy C entry points now look like newly introduced Swift functions
5+
Func _float80ToStringImpl(_:_:_:_:) is a new API without '@available'

test/api-digester/stability-stdlib-abi-without-asserts.test

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -872,6 +872,5 @@ Func type(of:) has been removed
872872
// The legacy C entry points now look like newly introduced Swift functions
873873
Func _float32ToStringImpl(_:_:_:_:) is a new API without '@available'
874874
Func _float64ToStringImpl(_:_:_:_:) is a new API without '@available'
875-
Func _float80ToStringImpl(_:_:_:_:) is a new API without '@available'
876875

877876
// *** DO NOT DISABLE OR XFAIL THIS TEST. *** (See comment above.)

0 commit comments

Comments
 (0)