Skip to content

Vectorization: improve test coverage

Michael Kuron requested to merge vec_tests into master

Some things were not tested with all available vectorizations. maskStore was previously untested and only worked with AVX512 float/double and AVX double. maskLoad was clearly broken, unused, and is a pretty useless instruction anyway, so I removed it.

Edited by Michael Kuron

Merge request reports