I see the following error, when using on iOS simd_...
# kotlin-native
p
I see the following error, when using on iOS simd_float4x4 references: type CValue<simd_float4x4> of return value is not supported here: not a structure or too complex. Any idea how to use accelerate types? Also simd_float2 or simd_float3 are not visible at all. Should map to a float*
o
yes, those SIMD types are not yet mapped to Kotlin types
p
Is there going to be support planed for those vector types? Otherwise large parts of ARKit API and SceneKit become unusable from Kotlin. Also passing references or pointers to any SIMD type seems to impossible.