[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/433.milc/Makefile
Bill Wendling
isanbard at gmail.com
Fri Sep 1 16:27:56 PDT 2006
Changes in directory llvm-test/External/SPEC/CFP2006/433.milc:
Makefile added (r1.1)
---
Log message:
Initial commit for the SPEC2006 floating point Makefiles.
---
Diffs of the changes: (+17 -0)
Makefile | 17 +++++++++++++++++
1 files changed, 17 insertions(+)
Index: llvm-test/External/SPEC/CFP2006/433.milc/Makefile
diff -c /dev/null llvm-test/External/SPEC/CFP2006/433.milc/Makefile:1.1
*** /dev/null Fri Sep 1 18:27:23 2006
--- llvm-test/External/SPEC/CFP2006/433.milc/Makefile Fri Sep 1 18:27:13 2006
***************
*** 0 ****
--- 1,17 ----
+ ##===- Makefile --------------------------------------------*- Makefile -*-===##
+ #
+ # This makefile contains information for building the SPEC2006 milc test.
+ #
+ ##===----------------------------------------------------------------------===##
+
+ LEVEL = ../../../..
+
+ FP_TOLERANCE = 0.0001
+ FP_ABSTOLERANCE = 0.0000002
+
+ include ../../Makefile.spec2006
+
+ CPPFLAGS += -DFN -DFAST -DCONGRAD_TMP_VECTORS -DDSLASH_TMP_LINKS
+
+ STDIN_FILENAME := su3imp.in
+ STDOUT_FILENAME := su3imp.out
More information about the llvm-commits
mailing list