We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 73f2a62 + 43fef2a commit 664c8a0Copy full SHA for 664c8a0
Foundation/CGFloat.swift
@@ -31,7 +31,7 @@ public struct CGFloat {
31
self.native = NativeType(value)
32
}
33
34
-#if !os(Windows) && (arch(i386) || arch(x86_64))
+#if !(os(Windows) || os(Android)) && (arch(i386) || arch(x86_64))
35
@_transparent public init(_ value: Float80) {
36
37
0 commit comments