From bab29a524463f1fc42257b022d492914bce26bcb Mon Sep 17 00:00:00 2001 From: Epixu Date: Fri, 7 Feb 2025 16:29:03 +0200 Subject: [PATCH] Attempt to work around MSVC ICE --- test/Multiply/TestMul-VV.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Multiply/TestMul-VV.cpp b/test/Multiply/TestMul-VV.cpp index efdb5d5..83abb09 100644 --- a/test/Multiply/TestMul-VV.cpp +++ b/test/Multiply/TestMul-VV.cpp @@ -41,7 +41,7 @@ TEMPLATE_TEST_CASE("Vector * Vector", "[multiply]" static_assert(SIMD::Multiply(T {0}, T {5}) == T {0}); } - /*WHEN("Multiplied (with saturation)") { + WHEN("Multiplied (with saturation)") { ControlMul(x, y, rCheck); SIMD::Multiply(x, y, r); @@ -89,7 +89,7 @@ TEMPLATE_TEST_CASE("Vector * Vector", "[multiply]" }); }; #endif - }*/ + } WHEN("Multiplied (without saturation)") { ControlMul(x, y, rCheck);