Skip to content

Commit

Permalink
Attempt to work around MSVC ICE
Browse files Browse the repository at this point in the history
  • Loading branch information
Epixu committed Feb 7, 2025
1 parent e719d63 commit a3abef5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/Multiply/TestMul-VV.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ TEMPLATE_TEST_CASE("Vector * Vector", "[multiply]"
#endif
}

/*WHEN("Multiplied in reverse (with saturation)") {
WHEN("Multiplied in reverse (with saturation)") {
ControlMul<true>(y, x, rCheck);
SIMD::Multiply<true>(y, x, r);

Expand All @@ -153,6 +153,6 @@ TEMPLATE_TEST_CASE("Vector * Vector", "[multiply]"
SIMD::Multiply<false>(y, x, r);

REQUIRE(r == rCheck);
}*/
}
}
}

0 comments on commit a3abef5

Please sign in to comment.