mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-07-09 22:51:51 +08:00
Fix explicit default cache size typo.
(cherry picked from commit 297f0f563d916260665d7fadc017f94f1a5e7a03)
This commit is contained in:
parent
930696fc53
commit
5d37114fc0
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user