mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Add explicit regression test for bug #1622
This commit is contained in:
@@ -503,6 +503,7 @@ EIGEN_DECLARE_TEST(evaluators)
|
||||
VERIFY_IS_EQUAL( get_cost(a.lazyProduct(a+b)), 15);
|
||||
}
|
||||
|
||||
// regression test for PR 544 and bug 1622 (introduced in #71609c4)
|
||||
{
|
||||
// test restricted_packet_assignment with an unaligned destination
|
||||
const size_t M = 2;
|
||||
|
||||
Reference in New Issue
Block a user