We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59e80c5 commit 3b39a03Copy full SHA for 3b39a03
test/1_stdlib/tgmath.swift
@@ -7,7 +7,7 @@
7
// where they doesn't have CoreGraphics module.
8
#if arch(i386) || arch(arm)
9
typealias CGFloat = Float
10
- #elseif arch(x86_64) || arch(arm64) || arch(powerpc64) || arch(powerpc64le)
+ #elseif arch(x86_64) || arch(arm64) || arch(powerpc64) || arch(powerpc64le) || arch(s390x)
11
typealias CGFloat = Double
12
#endif
13
#else
0 commit comments