From b3b3dcad0548d3d0842c7089625a8eb84f2ab478 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Mon, 22 Jun 2015 09:58:06 +0200 Subject: Reduce compiler memory consumption for SVD unit tests --- test/svd_common.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/svd_common.h') diff --git a/test/svd_common.h b/test/svd_common.h index b06a8a0f2..e300336c6 100644 --- a/test/svd_common.h +++ b/test/svd_common.h @@ -307,6 +307,7 @@ void svd_inf_nan() // Regression test for bug 286: JacobiSVD loops indefinitely with some // matrices containing denormal numbers. +template void svd_underoverflow() { #if defined __INTEL_COMPILER @@ -384,6 +385,7 @@ void svd_all_trivial_2x2( void (*cb)(const MatrixType&,bool) ) } while((id void svd_preallocate() { Vector3f v(3.f, 2.f, 1.f); -- cgit v1.2.3