mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-07-20 20:04:26 +08:00
trivial compilation fix
This commit is contained in:
parent
c4ab6a2032
commit
2049f742e4
@ -93,6 +93,7 @@ void construct_at_boundary(int boundary)
|
|||||||
|
|
||||||
void unalignedassert()
|
void unalignedassert()
|
||||||
{
|
{
|
||||||
|
#if EIGEN_ALIGN
|
||||||
construct_at_boundary<Vector2f>(4);
|
construct_at_boundary<Vector2f>(4);
|
||||||
construct_at_boundary<Vector3f>(4);
|
construct_at_boundary<Vector3f>(4);
|
||||||
construct_at_boundary<Vector4f>(16);
|
construct_at_boundary<Vector4f>(16);
|
||||||
@ -111,6 +112,7 @@ void unalignedassert()
|
|||||||
construct_at_boundary<Vector3cf>(4);
|
construct_at_boundary<Vector3cf>(4);
|
||||||
construct_at_boundary<Vector2cd>(16);
|
construct_at_boundary<Vector2cd>(16);
|
||||||
construct_at_boundary<Vector3cd>(16);
|
construct_at_boundary<Vector3cd>(16);
|
||||||
|
#endif
|
||||||
|
|
||||||
check_unalignedassert_good<TestNew1>();
|
check_unalignedassert_good<TestNew1>();
|
||||||
check_unalignedassert_good<TestNew2>();
|
check_unalignedassert_good<TestNew2>();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user