`SIMD{n}: ElementaryFunctions` conformances
dan-zheng opened this issue · 1 comments
dan-zheng commented
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: tensorflow/swift#404
stephentyrone commented
Yup, this is a very reasonable thing to add, I'll take a look shortly.