Skip to content

Commit

Permalink
Fixed linker error with bench_sort.cc on MSVC
Browse files Browse the repository at this point in the history
  • Loading branch information
johnplatts committed Nov 16, 2024
1 parent 28c442f commit 299ac1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hwy/contrib/sort/bench_sort.cc
Original file line number Diff line number Diff line change
Expand Up @@ -477,4 +477,6 @@ HWY_EXPORT_AND_TEST_P(BenchSort, BenchAllSort);
HWY_AFTER_TEST();
} // namespace hwy

HWY_TEST_MAIN();

#endif // HWY_ONCE

0 comments on commit 299ac1c

Please sign in to comment.