SwiftGFX / SwiftMath

Cross-platform math library with SIMD support
BSD 2-Clause "Simplified" License
63 stars 14 forks source link

Swift 5 + CI integration #4

Closed ctreffs closed 4 years ago

ctreffs commented 5 years ago

Great library! Thanks for creating and maintaining it!

This PR updates the package to Swift 5 amongst the following things:

Hope you find it useful

ctreffs commented 5 years ago

CI runs revealed this error on Linux platforms: Vector2Tests.swift:27: error: Vector2fTests.testVectorMultiplyWithMatrix4x4 : XCTAssertEqual failed: ("1.0") is not equal to ("-1.0") +/- ("0.001")

See: https://travis-ci.com/ctreffs/SwiftMath/jobs/231230643