Skip to content

Commit

Permalink
clean up tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Randy Jones authored and Randy Jones committed Jul 1, 2024
1 parent 3384138 commit 327d7ef
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions Tests/dspOpsTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -335,17 +335,4 @@ TEST_CASE("madronalib/core/projections", "[projections]")
REQUIRE(nearlyEqual(p0(p1(x)), x));
}
}

// print interval
Interval v1{0.123, 5.567};

std::cout << "interval: " << v1 << "\n";
}

TEST_CASE("madronalib/core/sse-ops", "[sse-ops]") {
SIMDVectorFloat f1 = vecSet1(2.0f);
SIMDVectorFloat f2 = vecSet1(3.0f);

auto v3 = (f1 * f2);
std::cout << v3 << std::endl;
}

0 comments on commit 327d7ef

Please sign in to comment.