Have you tried something like
when AVX2_Available():
Of course that can only work when your AVX2_Available() is known at compile time...
Have you tried something like
when AVX2_Available():
Of course that can only work when your AVX2_Available() is known at compile time...