mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Implemented the SSE version of the gather and scatter packet primitives.
This commit is contained in:
@@ -411,6 +411,7 @@ void test_packetmath()
|
||||
|
||||
CALL_SUBTEST_1( packetmath_scatter_gather<float>() );
|
||||
CALL_SUBTEST_2( packetmath_scatter_gather<double>() );
|
||||
CALL_SUBTEST_3( packetmath_scatter_gather<int>() );
|
||||
CALL_SUBTEST_3( packetmath_scatter_gather<std::complex<float> >() );
|
||||
CALL_SUBTEST_3( packetmath_scatter_gather<std::complex<double> >() );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user