apple / swift-numerics

Advanced mathematical types and functions for Swift
Apache License 2.0
1.68k stars 142 forks source link

Mark all complex elementary functions inlinable #165

Closed stephentyrone closed 3 years ago

stephentyrone commented 3 years ago

This is kind of dubious, but necessary for performance reasons until we get dependable cross-module specialization.

Also has a minor test fix for 32b platforms (https://github.com/apple/swift-numerics/issues/160)