[llvm-commits] CVS: llvm-test/External/Nurbs/Makefile
Chris Lattner
sabre at nondot.org
Thu Apr 5 23:51:29 PDT 2007
Changes in directory llvm-test/External/Nurbs:
Makefile updated: 1.1 -> 1.2
---
Log message:
After changing this from an i/o bound app to a cpu bound app, we need to increase the problem size :)
---
Diffs of the changes: (+1 -1)
Makefile | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm-test/External/Nurbs/Makefile
diff -u llvm-test/External/Nurbs/Makefile:1.1 llvm-test/External/Nurbs/Makefile:1.2
--- llvm-test/External/Nurbs/Makefile:1.1 Mon Apr 17 02:59:47 2006
+++ llvm-test/External/Nurbs/Makefile Fri Apr 6 01:51:12 2007
@@ -9,6 +9,6 @@
LDFLAGS = -lstdc++
LIBS += -lstdc++
-RUN_OPTIONS = /k all timed /t 500 /vsteps 64 /usteps 64 /vcp 20 /ucp 20
+RUN_OPTIONS = /k all timed /t 500 /vsteps 192 /usteps 192 /vcp 20 /ucp 20
include $(LEVEL)/MultiSource/Makefile.multisrc
More information about the llvm-commits
mailing list