1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-29 08:21:15 +03:00

use vect update for everything except TEXT

This commit is contained in:
Andrey Piskunov
2022-07-05 16:22:14 +03:00
parent 1681edaca0
commit c4df7925d1
2 changed files with 4 additions and 4 deletions

View File

@ -48,7 +48,7 @@ public:
simd::vi128_wr>>;
using Proc = typename simd::SimdFilterProcessor<SimdType, T>;
#else
using Proc = typename simd::SimdFilterProcessor<typename simd::TypeToVecWrapperType<T>::WrapperType, TypeParam>;
using Proc = typename simd::SimdFilterProcessor<typename simd::TypeToVecWrapperType<T>::WrapperType, T>;
#endif
void SetUp() override
{