summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuergen Beisert <j.beisert@pengutronix.de>2009-04-09 14:12:28 +0000
committerJuergen Beisert <j.beisert@pengutronix.de>2009-04-09 14:12:28 +0000
commitcfe5ed4a47de9107e56fdd976665767e66d4d8bc (patch)
tree46ec5302e19258cce6a85e15f1f1154412b1d3b0
parent9459addea6c26fa7773b9b8e9e28b35953d96ad0 (diff)
downloadfloatings-cfe5ed4a47de9107e56fdd976665767e66d4d8bc.tar.gz
floatings-cfe5ed4a47de9107e56fdd976665767e66d4d8bc.tar.xz
whitespaces removed
-rw-r--r--src/ff_bench.c4
-rw-r--r--src/float_bench.c6
2 files changed, 5 insertions, 5 deletions
diff --git a/src/ff_bench.c b/src/ff_bench.c
index e2b60d5..69357ca 100644
--- a/src/ff_bench.c
+++ b/src/ff_bench.c
@@ -122,7 +122,7 @@
Microsoft Visual C++ 6.0, Windows NT 4.0sp3. (Nathan Bender).
5.09 Sun Ultra 2, UltraSPARC V9, 300 MHz, gcc -O3.
-
+
0.846 Dell Inspiron 9100, Pentium 4, 3.4 GHz, gcc -O3.
*/
@@ -325,7 +325,7 @@ int main(int argc, char *argv[])
#ifdef DEBUG
printf("Real min %.4g, max %.4g. Imaginary min %.4g, max %.4g.\n",
rmin, rmax, imin, imax);
- printf("Average real %.4g, imaginary %.4g.\n",
+ printf("Average real %.4g, imaginary %.4g.\n",
ar / fanum, ai / fanum);
#endif
mapbase = rmin;
diff --git a/src/float_bench.c b/src/float_bench.c
index b8c4f71..a415173 100644
--- a/src/float_bench.c
+++ b/src/float_bench.c
@@ -222,7 +222,7 @@
0.0312 0.0542 Sun Ultra 2, UltraSPARC V9, 300 MHz, Solaris
2.5.1.
-
+
0.00862 0.01074 Dell Inspiron 9100, Pentium 4, 3.4 GHz, gcc -O3.
*/
@@ -288,7 +288,7 @@ int itercount; /* The iteration counter for the main loop
int niter = ITERATIONS; /* Iteration counter */
static char *refarr[] = { /* Reference results. These happen to
- be derived from a run on Microsoft
+ be derived from a run on Microsoft
Quick BASIC on the IBM PC/AT. */
" Marginal ray 47.09479120920 0.04178472683",
@@ -719,7 +719,7 @@ int main(int argc, char *argv[])
/*
printf("Ready to begin John Walker's floating point accuracy\n");
printf("and performance benchmark. %d iterations will be made.\n\n", niter);
-
+
printf("\nMeasured run time in seconds should be divided by %.f\n", niter / 1000.0);
printf("to normalise for reporting results. For archival results,\n");
printf("adjust iteration count so the benchmark runs about five minutes.\n\n");