Skip to content

VECCORE-14 Use const references in UME::SIMD backend

Guilherme Amadio requested to merge veccore-14-umesimd-use-references into master

This was done for the other backends, but in UME::SIMD backend, we were still passing some arguments by value rather than by reference.
This is to correct that and make all backends consistent with each other.

Merge request reports