From 7783a116fecf1eac832dc6f1ff029eb81fe3d4cd Mon Sep 17 00:00:00 2001 From: Epixu Date: Fri, 7 Feb 2025 15:53:54 +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 9b79752..275dff2 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);