diff --git a/level0/peak/peak.cpp b/level0/peak/peak.cpp index 6b40b98..6d735d0 100644 --- a/level0/peak/peak.cpp +++ b/level0/peak/peak.cpp @@ -268,7 +268,7 @@ int main(int argc, char* argv[]) { l_flops = 1.0*8.0*(100.0*100.0)*(100.0*100.0); #endif #ifdef BENCH_SLMSSE - l_flops = 4.0*15.0*(100.0*100.0)*(100.0*100.0); + l_flops = 4.0*16.0*(100.0*100.0)*(100.0*100.0); #endif #ifdef BENCH_SSE l_flops = 4.0*16.0*(100.0*100.0)*(100.0*100.0);