Restrict new AVX512 trsm to AVX512VL, rename files for consistency.

This commit is contained in:
Antonio Sánchez
2022-04-14 16:58:32 +00:00
parent 67eeba6e72
commit 07db964bde
6 changed files with 14 additions and 9 deletions

View File

@@ -7,7 +7,7 @@
// Public License v. 2.0. If a copy of the MPL was not distributed
// with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
#ifdef EIGEN_TEST_PART_100
#if defined(EIGEN_TEST_PART_100) || defined(EIGEN_TEST_PART_ALL)
# define EIGEN_NO_DEPRECATED_WARNING
#endif