mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
* disable unalignment detection when vectorization is not enabled
* revert MapBase unalignment detection
This commit is contained in:
@@ -134,7 +134,9 @@ template<typename Scalar> void mapQuaternion(void){
|
||||
|
||||
VERIFY_IS_APPROX(q1.coeffs(), q2.coeffs());
|
||||
VERIFY_IS_APPROX(q1.coeffs(), q3.coeffs());
|
||||
#ifdef EIGEN_VECTORIZE
|
||||
VERIFY_RAISES_ASSERT((MQuaternionA(array3unaligned)));
|
||||
#endif
|
||||
}
|
||||
|
||||
void test_geo_quaternion()
|
||||
|
||||
Reference in New Issue
Block a user