mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-06-03 18:24:02 +08:00
Fix alignment assertion.
This commit is contained in:
parent
3454b4e5f1
commit
a7d20038df
@ -88,7 +88,7 @@ struct plain_array<T, Size, MatrixOrArrayOptions, EIGEN_ALIGN_BYTES>
|
||||
EIGEN_DEVICE_FUNC
|
||||
plain_array()
|
||||
{
|
||||
EIGEN_MAKE_UNALIGNED_ARRAY_ASSERT(0xf);
|
||||
EIGEN_MAKE_UNALIGNED_ARRAY_ASSERT(EIGEN_ALIGN_BYTES-1);
|
||||
check_static_allocation_size<T,Size>();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user