We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9e1912 commit cc0f528Copy full SHA for cc0f528
benchmarks/src/vector_bool_transform.cpp
@@ -48,6 +48,7 @@ void common_args(auto bm) {
48
49
BENCHMARK(transform_two_inputs_aligned<logical_and<>>)->Apply(common_args);
50
BENCHMARK(transform_two_inputs_aligned<logical_or<>>)->Apply(common_args);
51
+BENCHMARK(transform_two_inputs_aligned<less<>>)->Apply(common_args);
52
BENCHMARK(transform_one_input_aligned<logical_not<>>)->Apply(common_args);
53
54
BENCHMARK_MAIN();
0 commit comments