mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-07-23 05:14:26 +08:00
disable all alignment with QCC/QNX in eigen 2.0
This commit is contained in:
parent
135013c608
commit
20b544b444
@ -52,7 +52,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
// FIXME vectorization + alignment is completely disabled with sun studio
|
// FIXME vectorization + alignment is completely disabled with sun studio
|
||||||
#if !EIGEN_GCC_AND_ARCH_DOESNT_WANT_ALIGNMENT && !EIGEN_GCC3_OR_OLDER && !defined(__SUNPRO_CC)
|
#if !EIGEN_GCC_AND_ARCH_DOESNT_WANT_ALIGNMENT && !EIGEN_GCC3_OR_OLDER && !defined(__SUNPRO_CC) && !defined(__QNXNTO__)
|
||||||
#define EIGEN_ARCH_WANTS_ALIGNMENT 1
|
#define EIGEN_ARCH_WANTS_ALIGNMENT 1
|
||||||
#else
|
#else
|
||||||
#define EIGEN_ARCH_WANTS_ALIGNMENT 0
|
#define EIGEN_ARCH_WANTS_ALIGNMENT 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user