From 4cc2c73e6ac9bf0a5d7ad59ad43627353c380b02 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Sat, 17 Sep 2016 12:52:27 +0200 Subject: Fix alignement of statically allocated temporaries in gemv. --- test/product_small.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/product_small.cpp') diff --git a/test/product_small.cpp b/test/product_small.cpp index 3e8dab01e..0db50b949 100644 --- a/test/product_small.cpp +++ b/test/product_small.cpp @@ -213,7 +213,8 @@ void test_product_small() { for(int i = 0; i < g_repeat; i++) { CALL_SUBTEST_1( product(Matrix()) ); - CALL_SUBTEST_2( product(Matrix()) ); + CALL_SUBTEST_2( product(Matrix()) ); + CALL_SUBTEST_8( product(Matrix()) ); CALL_SUBTEST_3( product(Matrix3d()) ); CALL_SUBTEST_4( product(Matrix4d()) ); CALL_SUBTEST_5( product(Matrix4f()) ); -- cgit v1.2.3