How to cast SIMD when the size is known at compile time
In the following minimal code snippet
Question: how to convince the compiler that I'm a good citizen: trust me, this is ok, everyting will be fine...
v cannot be assigned to v2. The error message is: cannot implicitly convert 'SIMD[si32, size]' value to 'SIMD[si32, 32]' in 'let' initializer. But size is known to be equal to 32. Question: how to convince the compiler that I'm a good citizen: trust me, this is ok, everyting will be fine...
