mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-09-23 14:53:13 +08:00
Fix overalign check.
This commit is contained in:
parent
f3929ac7ed
commit
3564668908
@ -722,7 +722,7 @@
|
|||||||
|| (EIGEN_GNUC_AT_LEAST(7,0)) \
|
|| (EIGEN_GNUC_AT_LEAST(7,0)) \
|
||||||
|| ((!defined(__apple_build_version__)) && (EIGEN_COMP_CLANG>=500)) \
|
|| ((!defined(__apple_build_version__)) && (EIGEN_COMP_CLANG>=500)) \
|
||||||
|| (( defined(__apple_build_version__)) && (__apple_build_version__>=10000000)) \
|
|| (( defined(__apple_build_version__)) && (__apple_build_version__>=10000000)) \
|
||||||
) && (!defined(EIGEN_COMP_ICC))
|
) && !EIGEN_COMP_ICC
|
||||||
#define EIGEN_HAS_CXX17_OVERALIGN 1
|
#define EIGEN_HAS_CXX17_OVERALIGN 1
|
||||||
#else
|
#else
|
||||||
#define EIGEN_HAS_CXX17_OVERALIGN 0
|
#define EIGEN_HAS_CXX17_OVERALIGN 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user