Files
swift-mirror/test/api-digester/Outputs/stability-stdlib-source-arm64.swift.expected
Doug Gregor 2e9ab88c4a Genereralize standard library ABI stability test for arm64 macOS
... and now that it is fixed for the platform I'm developing odd, add the
missing entries for typed throws on withUnsafe(Mutable)BufferPointer.
2024-08-16 21:28:30 -07:00

36 lines
2.9 KiB
Plaintext

#include "stability-stdlib-source-base.swift.expected"
// NOTE: Most differences from the baseline are common across all architectures
// should go into stability-stdlib-source-base.swift.expected. Only capture
// arm64-specific differences from the x86_64 baseline here.
Constructor BinaryFloatingPoint.init(_:) has been removed
Constructor Double.init(_:) has parameter 0 type change from Swift.Float80 to Swift.Float16
Constructor Double.init(exactly:) has parameter 0 type change from Swift.Float80 to Source
Constructor Float.init(_:) has parameter 0 type change from Swift.Float80 to Swift.Float16
Constructor Float.init(exactly:) has parameter 0 type change from Swift.Float80 to Source
Constructor Float.init(exactly:) has generic signature change from to <Source where Source : Swift.BinaryInteger>
Constructor Int.init(_:) has parameter 0 type change from Swift.Float80 to Swift.Float16
Constructor Int.init(exactly:) has parameter 0 type change from Swift.Float80 to Swift.Float16
Constructor Int16.init(_:) has parameter 0 type change from Swift.Float80 to Swift.Float16
Constructor Int16.init(exactly:) has parameter 0 type change from Swift.Float80 to Swift.Float16
Constructor Int32.init(_:) has parameter 0 type change from Swift.Float80 to Swift.Float16
Constructor Int32.init(exactly:) has parameter 0 type change from Swift.Float80 to Swift.Float16
Constructor Int64.init(_:) has parameter 0 type change from Swift.Float80 to Swift.Float16
Constructor Int64.init(exactly:) has parameter 0 type change from Swift.Float80 to Swift.Float16
Constructor Int8.init(_:) has parameter 0 type change from Swift.Float80 to Swift.Float16
Constructor Int8.init(exactly:) has parameter 0 type change from Swift.Float80 to Swift.Float16
Constructor UInt.init(_:) has parameter 0 type change from Swift.Float80 to Swift.Float16
Constructor UInt.init(exactly:) has parameter 0 type change from Swift.Float80 to Swift.Float16
Constructor UInt16.init(_:) has parameter 0 type change from Swift.Float80 to Swift.Float16
Constructor UInt16.init(exactly:) has parameter 0 type change from Swift.Float80 to Swift.Float16
Constructor UInt32.init(_:) has parameter 0 type change from Swift.Float80 to Swift.Float16
Constructor UInt32.init(exactly:) has parameter 0 type change from Swift.Float80 to Swift.Float16
Constructor UInt64.init(_:) has parameter 0 type change from Swift.Float80 to Swift.Float16
Constructor UInt64.init(exactly:) has parameter 0 type change from Swift.Float80 to Swift.Float16
Constructor UInt8.init(_:) has parameter 0 type change from Swift.Float80 to Swift.Float16
Constructor UInt8.init(exactly:) has parameter 0 type change from Swift.Float80 to Swift.Float16
Struct Float80 has been removed
TypeAlias CLongDouble has underlying type change from Swift.Float80 to Swift.Double
Constructor Double.init(exactly:) has generic signature change from to <Source where Source : Swift.BinaryInteger>