From 3b2321e3ab157b314286227e08d738d74bfbf5d1 Mon Sep 17 00:00:00 2001 From: Benoit Steiner Date: Fri, 4 Apr 2014 17:08:47 -0700 Subject: Updated the geo_parametrizedline_2 test for AVX. --- test/geo_parametrizedline.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/geo_parametrizedline.cpp') diff --git a/test/geo_parametrizedline.cpp b/test/geo_parametrizedline.cpp index 427327cd7..58d8eb7f5 100644 --- a/test/geo_parametrizedline.cpp +++ b/test/geo_parametrizedline.cpp @@ -66,9 +66,9 @@ template void parametrizedline_alignment() typedef ParametrizedLine Line4a; typedef ParametrizedLine Line4u; - EIGEN_ALIGN_DEFAULT Scalar array1[8]; - EIGEN_ALIGN_DEFAULT Scalar array2[8]; - EIGEN_ALIGN_DEFAULT Scalar array3[8+1]; + EIGEN_ALIGN_DEFAULT Scalar array1[16]; + EIGEN_ALIGN_DEFAULT Scalar array2[16]; + EIGEN_ALIGN_DEFAULT Scalar array3[16+1]; Scalar* array3u = array3+1; Line4a *p1 = ::new(reinterpret_cast(array1)) Line4a; -- cgit v1.2.3