|
| 1 | +// ABI additions for arm64 only. |
| 2 | + |
| 3 | +Accessor __VaListBuilder.storage.Get() has mangled name changing from 'Swift.__VaListBuilder.storage.getter : Swift.ContiguousArray<Swift.Int>' to 'Swift.__VaListBuilder.storage.getter : Swift.Optional<Swift.UnsafeMutablePointer<Swift.Int>>' |
| 4 | +Accessor __VaListBuilder.storage.Get() has return type change from Swift.ContiguousArray<Swift.Int> to Swift.UnsafeMutablePointer<Swift.Int>? |
| 5 | +Accessor __VaListBuilder.storage.Modify() has mangled name changing from 'Swift.__VaListBuilder.storage.modify : Swift.ContiguousArray<Swift.Int>' to 'Swift.__VaListBuilder.storage.modify : Swift.Optional<Swift.UnsafeMutablePointer<Swift.Int>>' |
| 6 | +Accessor __VaListBuilder.storage.Set() has mangled name changing from 'Swift.__VaListBuilder.storage.setter : Swift.ContiguousArray<Swift.Int>' to 'Swift.__VaListBuilder.storage.setter : Swift.Optional<Swift.UnsafeMutablePointer<Swift.Int>>' |
| 7 | +Accessor __VaListBuilder.storage.Set() has parameter 0 type change from Swift.ContiguousArray<Swift.Int> to Swift.UnsafeMutablePointer<Swift.Int>? |
| 8 | +Constructor BinaryFloatingPoint.init(_:) has been removed |
| 9 | +Constructor Double.init(_:) has mangled name changing from 'Swift.Double.init(Swift.Float80) -> Swift.Double' to 'Swift.Double.init(Swift.Float16) -> Swift.Double' |
| 10 | +Constructor Double.init(_:) has parameter 0 type change from Swift.Float80 to Swift.Float16 |
| 11 | +Constructor Double.init(_builtinFloatLiteral:) has mangled name changing from 'Swift.Double.init(_builtinFloatLiteral: Builtin.FPIEEE80) -> Swift.Double' to 'Swift.Double.init(_builtinFloatLiteral: Builtin.FPIEEE64) -> Swift.Double' |
| 12 | +Constructor Double.init(_builtinFloatLiteral:) has parameter 0 type change from Builtin.FPIEEE80 to Builtin.FPIEEE64 |
| 13 | +Constructor Double.init(exactly:) has mangled name changing from 'Swift.Double.init(exactly: Swift.Float80) -> Swift.Optional<Swift.Double>' to 'Swift.Double.init(exactly: Swift.Float16) -> Swift.Optional<Swift.Double>' |
| 14 | +Constructor Double.init(exactly:) has parameter 0 type change from Swift.Float80 to Swift.Float16 |
| 15 | +Constructor Float.init(_:) has mangled name changing from 'Swift.Float.init(Swift.Float80) -> Swift.Float' to 'Swift.Float.init(Swift.Float16) -> Swift.Float' |
| 16 | +Constructor Float.init(_:) has parameter 0 type change from Swift.Float80 to Swift.Float16 |
| 17 | +Constructor Float.init(_builtinFloatLiteral:) has mangled name changing from 'Swift.Float.init(_builtinFloatLiteral: Builtin.FPIEEE80) -> Swift.Float' to 'Swift.Float.init(_builtinFloatLiteral: Builtin.FPIEEE64) -> Swift.Float' |
| 18 | +Constructor Float.init(_builtinFloatLiteral:) has parameter 0 type change from Builtin.FPIEEE80 to Builtin.FPIEEE64 |
| 19 | +Constructor Float.init(exactly:) has mangled name changing from 'Swift.Float.init(exactly: Swift.Float80) -> Swift.Optional<Swift.Float>' to 'Swift.Float.init(exactly: Swift.Float16) -> Swift.Optional<Swift.Float>' |
| 20 | +Constructor Float.init(exactly:) has parameter 0 type change from Swift.Float80 to Swift.Float16 |
| 21 | +Constructor Int.init(_:) has mangled name changing from 'Swift.Int.init(Swift.Float80) -> Swift.Int' to 'Swift.Int.init(Swift.Float16) -> Swift.Int' |
| 22 | +Constructor Int.init(_:) has parameter 0 type change from Swift.Float80 to Swift.Float16 |
| 23 | +Constructor Int.init(exactly:) has mangled name changing from 'Swift.Int.init(exactly: Swift.Float80) -> Swift.Optional<Swift.Int>' to 'Swift.Int.init(exactly: Swift.Float16) -> Swift.Optional<Swift.Int>' |
| 24 | +Constructor Int.init(exactly:) has parameter 0 type change from Swift.Float80 to Swift.Float16 |
| 25 | +Constructor Int16.init(_:) has mangled name changing from 'Swift.Int16.init(Swift.Float80) -> Swift.Int16' to 'Swift.Int16.init(Swift.Float16) -> Swift.Int16' |
| 26 | +Constructor Int16.init(_:) has parameter 0 type change from Swift.Float80 to Swift.Float16 |
| 27 | +Constructor Int16.init(exactly:) has mangled name changing from 'Swift.Int16.init(exactly: Swift.Float80) -> Swift.Optional<Swift.Int16>' to 'Swift.Int16.init(exactly: Swift.Float16) -> Swift.Optional<Swift.Int16>' |
| 28 | +Constructor Int16.init(exactly:) has parameter 0 type change from Swift.Float80 to Swift.Float16 |
| 29 | +Constructor Int32.init(_:) has mangled name changing from 'Swift.Int32.init(Swift.Float80) -> Swift.Int32' to 'Swift.Int32.init(Swift.Float16) -> Swift.Int32' |
| 30 | +Constructor Int32.init(_:) has parameter 0 type change from Swift.Float80 to Swift.Float16 |
| 31 | +Constructor Int32.init(exactly:) has mangled name changing from 'Swift.Int32.init(exactly: Swift.Float80) -> Swift.Optional<Swift.Int32>' to 'Swift.Int32.init(exactly: Swift.Float16) -> Swift.Optional<Swift.Int32>' |
| 32 | +Constructor Int32.init(exactly:) has parameter 0 type change from Swift.Float80 to Swift.Float16 |
| 33 | +Constructor Int64.init(_:) has mangled name changing from 'Swift.Int64.init(Swift.Float80) -> Swift.Int64' to 'Swift.Int64.init(Swift.Float16) -> Swift.Int64' |
| 34 | +Constructor Int64.init(_:) has parameter 0 type change from Swift.Float80 to Swift.Float16 |
| 35 | +Constructor Int64.init(exactly:) has mangled name changing from 'Swift.Int64.init(exactly: Swift.Float80) -> Swift.Optional<Swift.Int64>' to 'Swift.Int64.init(exactly: Swift.Float16) -> Swift.Optional<Swift.Int64>' |
| 36 | +Constructor Int64.init(exactly:) has parameter 0 type change from Swift.Float80 to Swift.Float16 |
| 37 | +Constructor Int8.init(_:) has mangled name changing from 'Swift.Int8.init(Swift.Float80) -> Swift.Int8' to 'Swift.Int8.init(Swift.Float16) -> Swift.Int8' |
| 38 | +Constructor Int8.init(_:) has parameter 0 type change from Swift.Float80 to Swift.Float16 |
| 39 | +Constructor Int8.init(exactly:) has mangled name changing from 'Swift.Int8.init(exactly: Swift.Float80) -> Swift.Optional<Swift.Int8>' to 'Swift.Int8.init(exactly: Swift.Float16) -> Swift.Optional<Swift.Int8>' |
| 40 | +Constructor Int8.init(exactly:) has parameter 0 type change from Swift.Float80 to Swift.Float16 |
| 41 | +Constructor UInt.init(_:) has mangled name changing from 'Swift.UInt.init(Swift.Float80) -> Swift.UInt' to 'Swift.UInt.init(Swift.Float16) -> Swift.UInt' |
| 42 | +Constructor UInt.init(_:) has parameter 0 type change from Swift.Float80 to Swift.Float16 |
| 43 | +Constructor UInt.init(exactly:) has mangled name changing from 'Swift.UInt.init(exactly: Swift.Float80) -> Swift.Optional<Swift.UInt>' to 'Swift.UInt.init(exactly: Swift.Float16) -> Swift.Optional<Swift.UInt>' |
| 44 | +Constructor UInt.init(exactly:) has parameter 0 type change from Swift.Float80 to Swift.Float16 |
| 45 | +Constructor UInt16.init(_:) has mangled name changing from 'Swift.UInt16.init(Swift.Float80) -> Swift.UInt16' to 'Swift.UInt16.init(Swift.Float16) -> Swift.UInt16' |
| 46 | +Constructor UInt16.init(_:) has parameter 0 type change from Swift.Float80 to Swift.Float16 |
| 47 | +Constructor UInt16.init(exactly:) has mangled name changing from 'Swift.UInt16.init(exactly: Swift.Float80) -> Swift.Optional<Swift.UInt16>' to 'Swift.UInt16.init(exactly: Swift.Float16) -> Swift.Optional<Swift.UInt16>' |
| 48 | +Constructor UInt16.init(exactly:) has parameter 0 type change from Swift.Float80 to Swift.Float16 |
| 49 | +Constructor UInt32.init(_:) has mangled name changing from 'Swift.UInt32.init(Swift.Float80) -> Swift.UInt32' to 'Swift.UInt32.init(Swift.Float16) -> Swift.UInt32' |
| 50 | +Constructor UInt32.init(_:) has parameter 0 type change from Swift.Float80 to Swift.Float16 |
| 51 | +Constructor UInt32.init(exactly:) has mangled name changing from 'Swift.UInt32.init(exactly: Swift.Float80) -> Swift.Optional<Swift.UInt32>' to 'Swift.UInt32.init(exactly: Swift.Float16) -> Swift.Optional<Swift.UInt32>' |
| 52 | +Constructor UInt32.init(exactly:) has parameter 0 type change from Swift.Float80 to Swift.Float16 |
| 53 | +Constructor UInt64.init(_:) has mangled name changing from 'Swift.UInt64.init(Swift.Float80) -> Swift.UInt64' to 'Swift.UInt64.init(Swift.Float16) -> Swift.UInt64' |
| 54 | +Constructor UInt64.init(_:) has parameter 0 type change from Swift.Float80 to Swift.Float16 |
| 55 | +Constructor UInt64.init(exactly:) has mangled name changing from 'Swift.UInt64.init(exactly: Swift.Float80) -> Swift.Optional<Swift.UInt64>' to 'Swift.UInt64.init(exactly: Swift.Float16) -> Swift.Optional<Swift.UInt64>' |
| 56 | +Constructor UInt64.init(exactly:) has parameter 0 type change from Swift.Float80 to Swift.Float16 |
| 57 | +Constructor UInt8.init(_:) has mangled name changing from 'Swift.UInt8.init(Swift.Float80) -> Swift.UInt8' to 'Swift.UInt8.init(Swift.Float16) -> Swift.UInt8' |
| 58 | +Constructor UInt8.init(_:) has parameter 0 type change from Swift.Float80 to Swift.Float16 |
| 59 | +Constructor UInt8.init(exactly:) has mangled name changing from 'Swift.UInt8.init(exactly: Swift.Float80) -> Swift.Optional<Swift.UInt8>' to 'Swift.UInt8.init(exactly: Swift.Float16) -> Swift.Optional<Swift.UInt8>' |
| 60 | +Constructor UInt8.init(exactly:) has parameter 0 type change from Swift.Float80 to Swift.Float16 |
| 61 | +Constructor _ExpressibleByBuiltinFloatLiteral.init(_builtinFloatLiteral:) has mangled name changing from 'Swift._ExpressibleByBuiltinFloatLiteral.init(_builtinFloatLiteral: Builtin.FPIEEE80) -> A' to 'Swift._ExpressibleByBuiltinFloatLiteral.init(_builtinFloatLiteral: Builtin.FPIEEE64) -> A' |
| 62 | +Constructor _ExpressibleByBuiltinFloatLiteral.init(_builtinFloatLiteral:) has parameter 0 type change from Builtin.FPIEEE80 to Builtin.FPIEEE64 |
| 63 | +Func __VaListBuilder.allocStorage(wordCount:) is a new API without @available attribute |
| 64 | +Func __VaListBuilder.appendWords(_:) is a new API without @available attribute |
| 65 | +Func __VaListBuilder.deallocStorage(wordCount:storage:) is a new API without @available attribute |
| 66 | +Func __VaListBuilder.rawSizeAndAlignment(_:) is a new API without @available attribute |
| 67 | +Func _cos(_:) has been removed |
| 68 | +Func _exp(_:) has been removed |
| 69 | +Func _exp2(_:) has been removed |
| 70 | +Func _log(_:) has been removed |
| 71 | +Func _log10(_:) has been removed |
| 72 | +Func _log2(_:) has been removed |
| 73 | +Func _nearbyint(_:) has been removed |
| 74 | +Func _rint(_:) has been removed |
| 75 | +Func _sin(_:) has been removed |
| 76 | +Struct Float80 has been removed |
| 77 | +Struct __VaListBuilder.Header has been removed |
| 78 | +Var __VaListBuilder.allocated is a new API without @available attribute |
| 79 | +Var __VaListBuilder.allocated is added to a non-resilient type |
| 80 | +Var __VaListBuilder.count is a new API without @available attribute |
| 81 | +Var __VaListBuilder.count is added to a non-resilient type |
| 82 | +Var __VaListBuilder.fpRegistersUsed has been removed |
| 83 | +Var __VaListBuilder.gpRegistersUsed has been removed |
| 84 | +Var __VaListBuilder.header has been removed |
| 85 | +Var __VaListBuilder.requiredAlignmentInBytes is a new API without @available attribute |
| 86 | +Var __VaListBuilder.requiredAlignmentInBytes is added to a non-resilient type |
| 87 | +Var __VaListBuilder.storage has declared type change from Swift.ContiguousArray<Swift.Int> to Swift.UnsafeMutablePointer<Swift.Int>? |
| 88 | +Var __VaListBuilder.storage has mangled name changing from 'Swift.__VaListBuilder.storage : Swift.ContiguousArray<Swift.Int>' to 'Swift.__VaListBuilder.storage : Swift.Optional<Swift.UnsafeMutablePointer<Swift.Int>>' |
| 89 | +Var _countFPRegisters has been removed |
| 90 | +Var _countGPRegisters has been removed |
| 91 | +Var _fpRegisterWords has been removed |
| 92 | +Var _registerSaveWords has been removed |
0 commit comments