Skip to content

Commit

Permalink
Merge pull request apple#133 from stephentyrone/more-float80-availabi…
Browse files Browse the repository at this point in the history
…lity

Also mark Complex<Float80> test unavailable where needed.
  • Loading branch information
stephentyrone authored Jul 27, 2020
2 parents 189f072 + af3912c commit 44cb9f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Tests/ComplexTests/ApproximateEqualityTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ final class ElementaryFunctionTests: XCTestCase {
testSpecials(Double.self)
}

#if (arch(i386) || arch(x86_64)) && !os(Windows) && !os(Android)
func testFloat80() {
testSpecials(Float80.self)
}
#endif
}

0 comments on commit 44cb9f2

Please sign in to comment.