Skip to content

Avoid multiple definitions problem when VcScalar == VcVector

Guilherme Amadio requested to merge veccore-vc-scalar-fix into master

When Vc_IMPL=Scalar is passed in the compilation options, both VcScalar and VcVector backends resolve to the same types, which breaks compilation due to multiple template specializations for the same type (TypeTraits) being compiled.

Merge request reports