Home
last modified time | relevance | path

Searched refs:ClassWithAVX (Results 1 – 4 of 4) sorted by relevance

/oneTBB/test/tbb/
H A Dtest_concurrent_queue.cpp113 TestVectorTypes<ClassWithAVX, tbb::concurrent_queue<ClassWithAVX> >(); in TestQueueWorksWithSSE()
114 TestVectorTypes<ClassWithAVX, tbb::concurrent_bounded_queue<ClassWithAVX> >(); in TestQueueWorksWithSSE()
H A Dtest_parallel_for.cpp416 if (have_AVX()) TestVectorTypes<ClassWithAVX>();
H A Dtest_concurrent_vector.cpp564 if (have_AVX()) TestVectorTypes<ClassWithAVX>();
/oneTBB/test/common/
H A Dvector_types.h105 using ClassWithAVX = ClassWithVectorType<__m256>; variable