I have the code perfect running in Xcode 7.2.1, Swift 2.1, and I just upgraded the new Xcode 7.3, Swift 3.0.
How can I use @asmname()
with Swift 3.0.
I have the code perfect running in Xcode 7.2.1, Swift 2.1, and I just upgraded the new Xcode 7.3, Swift 3.0.
How can I use @asmname()
with Swift 3.0.
As of Swift 2.2 @asmname
has been renamed to @_silgen_name
.
Related test change in this commit, name change in this file, and the changelog.