We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebe0100 commit 1716952Copy full SHA for 1716952
examples/fpu.cpp
@@ -10,7 +10,6 @@ BENCHMARK("sin()")
10
{
11
[[maybe_unused]] static double sum = 0;
12
sum += sin(123.456);
13
-
14
}
15
16
BENCHMARK("cos()")
0 commit comments