I would be interested to know how you check that AVX2 is available at runtime, a try ... except block?
At compile-time you can use the approach done in [QEX](https://github.com/jcosborn/qex/blob/master/src/simd.nim).
I would be interested to know how you check that AVX2 is available at runtime, a try ... except block?
At compile-time you can use the approach done in [QEX](https://github.com/jcosborn/qex/blob/master/src/simd.nim).