Stumbled on a typo in _mm256_permute2f128_si256
Odin/core/simd/x86/avx.odin(747:3) Error: Indices to 'simd_shuffle' must be constant integers
4 if ((IMM8 & 0xf) & 0b1000) != 0 else 0,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
I just changed the ‘if’ to ‘when’ on the four lines locally and it compiles fine. I don’t have my git login on this pc so I thought I’d drop it here so I don’t forget.