swift-numerics
swift-numerics copied to clipboard
`SIMD{n}: ElementaryFunctions` conformances
trafficstars
ElementaryFunctions was added to apple/swift with conformances for SIMD types. It seems those conformances were dropped when ElementaryFunctions was moved to apple/swift-numerics.
Is it reasonable to re-add SIMD{n}: ElementaryFunctions conformances to apple/swift-numerics?
Context: https://github.com/tensorflow/swift/issues/404
Yup, this is a very reasonable thing to add, I'll take a look shortly.