no message

svn path=/trunk/boinc/; revision=1093
This commit is contained in:
Eric Heien 2003-03-25 00:00:45 +00:00
parent bf2df712b8
commit 29606ea77d
1 changed files with 6 additions and 0 deletions

View File

@ -325,7 +325,9 @@ double double_flop_test(int iterations, int print_debug) {
}
// Do an impossible if statement here to prevent stop_test
// from being optimized out by the compiler
#ifndef _WIN32
if (i < 0) stop_test(0);
#endif
actual_iters++;
}
@ -426,7 +428,9 @@ double int_op_test(int iterations, int print_debug) {
}
// Do an impossible if statement here to prevent stop_test
// from being optimized out by the compiler
#ifndef _WIN32
if (i < 0) stop_test(0);
#endif
actual_iters++;
}
@ -520,7 +524,9 @@ double bandwidth_test(int iterations, int print_debug) {
}
// Do an impossible if statement here to prevent stop_test
// from being optimized out by the compiler
#ifndef _WIN32
if (i < 0) stop_test(0);
#endif
actual_iters++;
}