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 6, 2025
1 parent 3ce1ff9 commit 8c59739
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 @@ -16,11 +16,11 @@ TEMPLATE_TEST_CASE("Vector * Vector", "[multiply]"
, VECTORS_ALL(4)
, VECTORS_ALL(5)
, VECTORS_ALL(8)
, VECTORS_ALL(9)
/*, VECTORS_ALL(9)
, VECTORS_ALL(16)
, VECTORS_ALL(17)
, VECTORS_ALL(32)
/*, VECTORS_ALL(33)*/
, VECTORS_ALL(33)*/
) {
using T = TestType;

Expand Down

0 comments on commit 8c59739

Please sign in to comment.