We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 51019fe + cd8871f commit 047dfb2Copy full SHA for 047dfb2
2 files changed
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