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 934f34d + 2a710f4 commit 898ba07Copy full SHA for 898ba07
stdlib/private/StdlibUnittest/OpaqueIdentityFunctions.swift
@@ -71,7 +71,7 @@ public func getFloat32(_ x: Float32) -> Float32 { return _opaqueIdentity(x) }
71
@inline(never)
72
public func getFloat64(_ x: Float64) -> Float64 { return _opaqueIdentity(x) }
73
74
-#if !os(Windows) && (arch(i386) || arch(x86_64))
+#if !(os(Windows) || os(Android)) && (arch(i386) || arch(x86_64))
75
76
public func getFloat80(_ x: Float80) -> Float80 { return _opaqueIdentity(x) }
77
#endif
0 commit comments