Skip to content

Commit

Permalink
additional tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MikkelSchubert committed Aug 7, 2024
1 parent adb9906 commit 1132350
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 63 deletions.
2 changes: 1 addition & 1 deletion src/main_benchmark.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ namespace {
/** Unoptimized to prevent calculations from being elided by the compiler */
template<typename T>
void NO_OPTIMIZE_GCC
blackbox(const T& /* unused */) NO_OPTIMIZE_CLANG
blackbox(T& /* unused */) NO_OPTIMIZE_CLANG
{
}

Expand Down
Loading

0 comments on commit 1132350

Please sign in to comment.