Closed jkrukowski closed 8 months ago
Fixes Conformance of 'Float16' to 'BNNSScalar' is unavailable in macOS; this is an error in Swift 6 warning
Conformance of 'Float16' to 'BNNSScalar' is unavailable in macOS; this is an error in Swift 6
Idea taken from the docs
Float16 is available on Apple silicon, and unavailable on Intel when targeting macOS.
and from swift-numerics
Fixes
Conformance of 'Float16' to 'BNNSScalar' is unavailable in macOS; this is an error in Swift 6
warningIdea taken from the docs
and from swift-numerics