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 9c54462 + 6de8b18 commit 6015709Copy full SHA for 6015709
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