Fix explicit default cache size typo.

(cherry picked from commit 297f0f563d916260665d7fadc017f94f1a5e7a03)
This commit is contained in:
Antonio Sanchez 2021-07-20 11:40:17 -07:00 committed by Antonio Sánchez
parent 930696fc53
commit 5d37114fc0

View File

@ -44,7 +44,7 @@ inline std::ptrdiff_t manage_caching_sizes_helper(std::ptrdiff_t a, std::ptrdiff
#endif // defined(EIGEN_DEFAULT_L2_CACHE_SIZE) #endif // defined(EIGEN_DEFAULT_L2_CACHE_SIZE)
#if defined(EIGEN_DEFAULT_L3_CACHE_SIZE) #if defined(EIGEN_DEFAULT_L3_CACHE_SIZE)
#define EIGEN_SET_DEFAULT_L3_CACHE_SIZE(val) EIGEN_SET_DEFAULT_L3_CACHE_SIZE #define EIGEN_SET_DEFAULT_L3_CACHE_SIZE(val) EIGEN_DEFAULT_L3_CACHE_SIZE
#else #else
#define EIGEN_SET_DEFAULT_L3_CACHE_SIZE(val) val #define EIGEN_SET_DEFAULT_L3_CACHE_SIZE(val) val
#endif // defined(EIGEN_DEFAULT_L3_CACHE_SIZE) #endif // defined(EIGEN_DEFAULT_L3_CACHE_SIZE)