While trying to use the avx2 comparison functions I always got the error message saying it was not active although I do have avx2 capabilities on my computer...
The only way I found that made it work was to run cabal unpack hw-simd and manually turn the avx2 flags on. Would like to ask if it's possible to activate it without having to unpack the package and change it's cabal file...
While trying to use the avx2 comparison functions I always got the error message saying it was not active although I do have avx2 capabilities on my computer...
The only way I found that made it work was to run
cabal unpack hw-simdand manually turn the avx2 flags on. Would like to ask if it's possible to activate it without having to unpack the package and change it's cabal file...