-
Notifications
You must be signed in to change notification settings - Fork 10.5k
/
Copy pathstability-stdlib-source-arm64.swift.expected
35 lines (33 loc) · 2.85 KB
/
stability-stdlib-source-arm64.swift.expected
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
#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>