[llvm-commits] CVS: llvm/test/Programs/MultiSource/Applications/sgefa/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Sun Feb 29 21:24:01 PST 2004
Changes in directory llvm/test/Programs/MultiSource/Applications/sgefa:
Makefile updated: 1.4 -> 1.5
---
Log message:
Make this program take ~4.3s to run instead of 1s
---
Diffs of the changes: (+1 -1)
Index: llvm/test/Programs/MultiSource/Applications/sgefa/Makefile
diff -u llvm/test/Programs/MultiSource/Applications/sgefa/Makefile:1.4 llvm/test/Programs/MultiSource/Applications/sgefa/Makefile:1.5
--- llvm/test/Programs/MultiSource/Applications/sgefa/Makefile:1.4 Sun Oct 12 13:05:10 2003
+++ llvm/test/Programs/MultiSource/Applications/sgefa/Makefile Sun Feb 29 21:23:35 2004
@@ -5,7 +5,7 @@
ifdef LARGE_PROBLEM_SIZE
CPPFLAGS = -DSCALE=50
else
-CPPFLAGS = -DSCALE=30
+CPPFLAGS = -DSCALE=40
endif
# This program is adversely effected by the underlying precision of the machine
More information about the llvm-commits
mailing list