1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +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 225f54fd79
commit 5c6cd2cca3
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
{