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