From b22fc6cdc316a11a5bc15870f05472e9b0613298 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Thu, 24 Jun 2010 17:51:25 +0200 Subject: bug fix in gemv: solution always use a temporary in dst.innerStride != 1 even though this is not needed when packet_size == 1.... --- test/product_large.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/product_large.cpp') diff --git a/test/product_large.cpp b/test/product_large.cpp index e5f6e12aa..2d36c5a92 100644 --- a/test/product_large.cpp +++ b/test/product_large.cpp @@ -30,7 +30,7 @@ void test_product_large() CALL_SUBTEST_1( product(MatrixXf(ei_random(1,320), ei_random(1,320))) ); CALL_SUBTEST_2( product(MatrixXd(ei_random(1,320), ei_random(1,320))) ); CALL_SUBTEST_3( product(MatrixXi(ei_random(1,320), ei_random(1,320))) ); - CALL_SUBTEST_4( product(MatrixXcf(ei_random(1,50), ei_random(1,50))) ); + CALL_SUBTEST_4( product(MatrixXcf(ei_random(1,150), ei_random(1,150))) ); CALL_SUBTEST_5( product(Matrix(ei_random(1,320), ei_random(1,320))) ); } -- cgit v1.2.3