Skip to content

Commit

Permalink
Rename test
Browse files Browse the repository at this point in the history
  • Loading branch information
fboemer committed Aug 23, 2021
1 parent 3dee92a commit 65c812d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test-eltwise-mult-mod-avx512.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ TEST(EltwiseMultMod, Big) {
CheckEqual(result, exp_out);
}

TEST(EltwiseMultMod, AVX512FloatInPlaceSmall) {
TEST(EltwiseMultMod, AVX512FloatInPlaceNoInputReduceMod) {
uint64_t input_mod_factor = 4;
uint64_t modulus = 281474976546817;
std::uniform_int_distribution<uint64_t> distrib(
Expand Down

0 comments on commit 65c812d

Please sign in to comment.