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 46b8ad3 commit 6de8b18Copy full SHA for 6de8b18
validation-test/stdlib/Random.swift
@@ -128,7 +128,9 @@ func floatingPointRangeTest<T: BinaryFloatingPoint>(_ type: T.Type)
128
RandomTests.test("random floating points in ranges") {
129
floatingPointRangeTest(Float.self)
130
floatingPointRangeTest(Double.self)
131
+#if !os(Windows) && (arch(i386) || arch(x86_64))
132
floatingPointRangeTest(Float80.self)
133
+#endif
134
}
135
136
// Random Elements from collection
0 commit comments