We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97c36ca commit cd8871fCopy full SHA for cd8871f
benchmark/spr.c
@@ -187,7 +187,7 @@ int main(int argc, char *argv[]){
187
timeg /= loops;
188
189
fprintf(stderr,
190
- " %10.2f MBytes %10.6f sec\n",
+ " %10.2f MFlops %10.6f sec\n",
191
COMPSIZE * COMPSIZE * 1. * (double)m * (double)m / timeg * 1.e-6, timeg);
192
193
}
benchmark/spr2.c
@@ -196,7 +196,7 @@ int main(int argc, char *argv[]){
196
197
198
199
200
COMPSIZE * COMPSIZE * 2. * (double)m * (double)m / timeg * 1.e-6, timeg);
201
202
0 commit comments