diff --git a/test/Multiply/TestMul-VV.cpp b/test/Multiply/TestMul-VV.cpp index 83abb09..275dff2 100644 --- a/test/Multiply/TestMul-VV.cpp +++ b/test/Multiply/TestMul-VV.cpp @@ -91,7 +91,7 @@ TEMPLATE_TEST_CASE("Vector * Vector", "[multiply]" #endif } - WHEN("Multiplied (without saturation)") { + /*WHEN("Multiplied (without saturation)") { ControlMul(x, y, rCheck); SIMD::Multiply(x, y, r); @@ -153,6 +153,6 @@ TEMPLATE_TEST_CASE("Vector * Vector", "[multiply]" SIMD::Multiply(y, x, r); REQUIRE(r == rCheck); - } + }*/ } }