diff --git a/test/svd_fill.h b/test/svd_fill.h index a1f752c66b..5c2c61f8e2 100644 --- a/test/svd_fill.h +++ b/test/svd_fill.h @@ -8,7 +8,7 @@ // with this file, You can obtain one at http://mozilla.org/MPL/2.0/. template -Array four_denorms(); +Array four_denorms() { return four_denorms().cast(); } template<> Array4f four_denorms() { return Array4f(5.60844e-39f, -5.60844e-39f, 4.94e-44f, -4.94e-44f); }