Basically title. I wanna write some vectorized code, but debugging llvm is kinda a nightmare, so I was hoping for some guides and do/don’t best ways to integrate with native contains, etc…
I know that there are other guides for vectorized code that dont involve unity/burst, but I know that burst is a minefield, so i wanna know best practices before spending days wondering why burst is doing something in a stupid way.
For example: The best way to load data such as float2-4 into vectorized code. Is it bad to create temp variables then create a v256?