A generic installation vectorizes only up to 128bits. Setting -march to the target platform can yield vectortization up to 512bits, if supported. This allows for setting that via an env var. We should probably have a config file that allows for setting arbitrary compiler flags, but this is good enough for now to enable benchmarking
A generic installation vectorizes only up to 128bits. Setting
-march
to the target platform can yield vectortization up to 512bits, if supported. This allows for setting that via an env var. We should probably have a config file that allows for setting arbitrary compiler flags, but this is good enough for now to enable benchmarking