Out of curiosity, are there bindings for SIMD intr...
# kotlin-native
d
Out of curiosity, are there bindings for SIMD intrinsics (SSE, AVX, etc?) for Kotlin Native yet? A quick web search yields nothing. Or would it make more sense to just import and use normal C intrinsics?
o
yep, as they are provided as C functions, nothing shall prevent to use them