xsimd
xsimd copied to clipboard
batch should be trivially default constructible
batch_type x[8] = {};
It is surprising that the code above does not initialize x to zeros.
This can be fixed by making batch() = default;