[llvm-commits] CVS: llvm-test/SingleSource/Benchmarks/Misc/flops.c
Chris Lattner
sabre at nondot.org
Sat May 19 10:55:05 PDT 2007
Changes in directory llvm-test/SingleSource/Benchmarks/Misc:
flops.c updated: 1.2 -> 1.3
---
Log message:
last (?) bit of nondeterminism.
---
Diffs of the changes: (+1 -1)
flops.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm-test/SingleSource/Benchmarks/Misc/flops.c
diff -u llvm-test/SingleSource/Benchmarks/Misc/flops.c:1.2 llvm-test/SingleSource/Benchmarks/Misc/flops.c:1.3
--- llvm-test/SingleSource/Benchmarks/Misc/flops.c:1.2 Sat May 19 12:49:57 2007
+++ llvm-test/SingleSource/Benchmarks/Misc/flops.c Sat May 19 12:54:47 2007
@@ -259,7 +259,7 @@
/* printf(" %10ld %12.5lf\n",n,sa); */
}
- scale = 1.0E+06 / (double)n;
+ scale = 0.015895;
T[1] = scale;
/****************************************/
More information about the llvm-commits
mailing list