Merge branch 'remove-low-level-operators' into 'master'
Remove for all vector types the operators on simd vector type That is, for example, the previous version was offering operators `+-*/[=]` for native types (`__m128/256/512`) but we do not need them. In fact, the user should use the inastemp classes instead (which provide these operators). Therefore, for simplicity, we remove all of them but also the cmake detection. See merge request !4
Showing