Skip to content

Commit

Permalink
Update level_1_max_N
Browse files Browse the repository at this point in the history
  • Loading branch information
SamirDroubi committed Feb 18, 2024
1 parent c491792 commit cc50c86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/common/bench_ranges.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include <benchmark/benchmark.h>

constexpr auto level_1_max_N = (1 << 10);
constexpr auto level_1_max_N = (1 << 28);

template <typename T>
T round_down(T a, T b) {
Expand Down

0 comments on commit cc50c86

Please sign in to comment.