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.
2 parents 20b2fec + d0048cc commit 850cd86Copy full SHA for 850cd86
stdlib/public/core/Policy.swift
@@ -100,7 +100,7 @@ public typealias StringLiteralType = String
100
//===----------------------------------------------------------------------===//
101
// Default types for unconstrained number literals
102
103
-#if !os(Windows) && (arch(i386) || arch(x86_64))
+#if !(os(Windows) || os(Android)) && (arch(i386) || arch(x86_64))
104
public typealias _MaxBuiltinFloatType = Builtin.FPIEEE80
105
#else
106
public typealias _MaxBuiltinFloatType = Builtin.FPIEEE64
0 commit comments