Skip to content

Commit 09dcf1e

Browse files
committed
---
yaml --- r: 348351 b: refs/heads/master c: 86b5f17 h: refs/heads/master i: 348349: 07caf42 348347: 5d46c48 348343: 2703824 348335: 4326daa 348319: 2c3b214 348287: 070caaf
1 parent daa8d4a commit 09dcf1e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 23a409404b81a76247f2207efbec223ebe7f663b
2+
refs/heads/master: 86b5f173e3b21e21c13e55b71668901004d002ae
33
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
44
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
55
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea

trunk/stdlib/public/Platform/tgmath.swift.gyb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ public func ${ufunc}(_ x: ${T}) -> ${T} {
258258
% for ufunc in UnaryIntrinsicFunctions:
259259
% for T, CT, f in OverlayFloatTypes():
260260
% if T == 'Float80':
261-
#if (arch(i386) || arch(x86_64)) && !os(Windows)
261+
#if (arch(i386) || arch(x86_64)) && !(os(Windows) || os(Android))
262262
% end
263263
@_transparent
264264
public func ${ufunc}(_ x: ${T}) -> ${T} {

0 commit comments

Comments
 (0)