Closed ctreffs closed 4 years ago
Great library! Thanks for creating and maintaining it!
This PR updates the package to Swift 5 amongst the following things:
swift test --generate-linuxmain
canImport(<library>)
NOSIMD
Hope you find it useful
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")
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
Great library! Thanks for creating and maintaining it!
This PR updates the package to Swift 5 amongst the following things:
swift test --generate-linuxmain
)canImport(<library>)
over customNOSIMD
macroHope you find it useful