Skip to content

Commit

Permalink
More testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Epixu committed Oct 19, 2024
1 parent 5ae92f8 commit aaa6a71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/Equal/TestEqual-VVM.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ TEMPLATE_TEST_CASE("Vector == Vector -> Bitmask", "[compare]"
SIMD::Add(x, 1, y);

ControlEqualM(x, y, rCheck);
const auto k = Logger::InfoTab("Test start");
SIMD::Equals(x, y, r);

REQUIRE(r == rCheck);
Expand Down

0 comments on commit aaa6a71

Please sign in to comment.