Move _float80ToStringImpl to the x86_64-specific ABI checker file. (#85002)

This commit is contained in:
Stephen Canon
2025-10-20 05:28:48 -04:00
committed by GitHub
parent e74a7ecef9
commit 870acb5974
2 changed files with 4 additions and 1 deletions

View File

@@ -1 +1,5 @@
// ABI additions for x86_64 only.
// Float-to-String conversions were reimplemented in Swift
// The legacy C entry points now look like newly introduced Swift functions
Func _float80ToStringImpl(_:_:_:_:) is a new API without '@available'

View File

@@ -872,6 +872,5 @@ Func type(of:) has been removed
// The legacy C entry points now look like newly introduced Swift functions
Func _float32ToStringImpl(_:_:_:_:) is a new API without '@available'
Func _float64ToStringImpl(_:_:_:_:) is a new API without '@available'
Func _float80ToStringImpl(_:_:_:_:) is a new API without '@available'
// *** DO NOT DISABLE OR XFAIL THIS TEST. *** (See comment above.)