Swift 2: SIMD

Russ Bishop: In Swift 1.2 you could @import simd but it wouldn’t do you much good. The compiler has to map the types to intrinsics, support certain alignment requirements and padding, etc. Swift 1.2 didn’t know how to do any of that so vector extensions were basically unusable. In Swift 2 that has changed. All … Continue reading Swift 2: SIMD