You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
rename
This commit is contained in:
@ -86,7 +86,7 @@ using SimdProcessor128TypedTestTypes =
|
|||||||
::testing::Types<uint64_t, uint32_t, uint16_t, uint8_t, int64_t, int32_t, int16_t, int8_t>;
|
::testing::Types<uint64_t, uint32_t, uint16_t, uint8_t, int64_t, int32_t, int16_t, int8_t>;
|
||||||
TYPED_TEST_SUITE(SimdProcessorTypedTest, SimdProcessor128TypedTestTypes);
|
TYPED_TEST_SUITE(SimdProcessorTypedTest, SimdProcessor128TypedTestTypes);
|
||||||
|
|
||||||
TYPED_TEST(SimdProcessorTypedTest, SimdFilterProcessor_simd128)
|
TYPED_TEST(SimdProcessorTypedTest, SimdFilterProcessor_simdarm128)
|
||||||
{
|
{
|
||||||
using Proc = typename simd::SimdFilterProcessor<typename simd::TypeToVecWrapperType<TypeParam>::WrapperType, TypeParam>;
|
using Proc = typename simd::SimdFilterProcessor<typename simd::TypeToVecWrapperType<TypeParam>::WrapperType, TypeParam>;
|
||||||
using SimdType = typename Proc::SimdType;
|
using SimdType = typename Proc::SimdType;
|
||||||
|
Reference in New Issue
Block a user