apple / swift-numerics

Advanced mathematical types and functions for Swift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`SIMD{n}: ElementaryFunctions` conformances

dan-zheng opened this issue · comments

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

Yup, this is a very reasonable thing to add, I'll take a look shortly.