From 6fe88a3c9db27c00a3817e391cf70116451bf046 Mon Sep 17 00:00:00 2001 From: Everton Constantino Date: Wed, 20 May 2020 14:01:02 -0300 Subject: MatrixProuct enhancements: - Changes to Altivec/MatrixProduct Adapting code to gcc 10. Generic code style and performance enhancements. Adding PanelMode support. Adding stride/offset support. Enabling float64, std::complex and std::complex. Fixing lack of symm_pack. Enabling mixedtypes. - Adding std::complex tests to blasutil. - Adding an implementation of storePacketBlock when Incr!= 1. --- test/blasutil.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/blasutil.cpp') diff --git a/test/blasutil.cpp b/test/blasutil.cpp index 9caacfbab..01942918b 100644 --- a/test/blasutil.cpp +++ b/test/blasutil.cpp @@ -200,5 +200,7 @@ EIGEN_DECLARE_TEST(blasutil) CALL_SUBTEST_5(run_test()); CALL_SUBTEST_6(run_test()); + CALL_SUBTEST_7(run_test >()); + CALL_SUBTEST_8(run_test >()); } } -- cgit v1.2.3