#dotnet #AVX512 code gen is unfortunately not great in the face of masks which Sep uses heavily. This means AVX-512 is slower than AVX2
cc @tannergooding can this be improved?
PS: While I understand the arguments for not having explicit mask types in dotnet I still think it will never be great, since it will be an endless whack-a-mole around code gen... compared to letting devs be able to do what they want.