jjjkkkjjj / Matft

Numpy-like library in swift. (Multi-dimensional Array, ndarray, matrix and vector library)
BSD 3-Clause "New" or "Revised" License
134 stars 21 forks source link

Add iOS availability checks #45

Closed SunkenSplash closed 1 year ago

SunkenSplash commented 1 year ago

This commit adds @available equivalents where they are present for macOS for iOS compatibility.

This has been tested and resolves the issue I was having compiling with Matft on an iOS target. The minimum iOS target used is 14.0, where attributes such as .float were added.