Hello !
For a project, I might manipulate pluri-dimentional massive arrays, doing some basic operations on each of the element.
Does GDscript support vectorization optimisations such as seen in the C language like SSE2 ?
Is it maybe already optimized in the back ?
Thank you !