How to cast SIMD when the size is known at compile time
In the following minimal code snippet
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...2 Replies
Modular Docs - rebind
Module
Modular Docs - Mojo🔥 roadmap & sharp edges
A summary of our Mojo plans, including upcoming features and things we need to fix.
@Michael K Thanx again, you saved my day!