Skip to content

AST-1238 Enable XSimd

Maik Nijhuis requested to merge ast-1238-enable-xsimd into master

Use xt::xtensor<int, N> instead of xt::xtensor<bool, N>, since xtensor/xsimd internally converts booleans to integers when performing operations like & and | on xt::xtensor<bool, N>. See https://github.com/xtensor-stack/xtensor/issues/2707

Merge request reports