<https://github.com/JetBrains/kotlin-native/pull/3...
# kotlin-native
o
https://github.com/JetBrains/kotlin-native/pull/3498 got merged, so now K/N have native SIMD vector type
Vector128
along with interop support, so frameworks like
ModelIO
and
SpriteKit
now expose APIs with SIMD types like
vector_float3
.
❤️ 1
🎉 10
p
Is this going to be in 1.3.60 or in 1.3.70?
o
1.3.70
p
Thx a lot! That features looks great and don’t need to use our cinterop workaround for simd_float anymore. Will those types also support accelerated instructions for mul, add like NEON?
o
Yes, it uses LLVMs vector support