Searched refs:SSE_Functor (Results 1 – 1 of 1) sorted by relevance
56 struct SSE_Functor { struct58 SSE_Functor( ClassWithVectorType* src, ClassWithVectorType* dst ) : Src(src), Dst(dst) {} in SSE_Functor() function76 …tbb::parallel_for( tbb::blocked_range<int>(0,aSize), SSE_Functor<ClassWithVectorType>(Array1, Arra… in TestVectorTypes() argument