despacer
despacer copied to clipboard
fix: assume AVX2 support on MSVC
MSVC doesn't have -march=native option so all the definitions are ignored resulting in no SIMD being used. This assumes that AVX2 is supported, which is a good compromise until runtime checking is implemented.