[llvm-commits] CVS: llvm-test/External/SPEC/CFP95/110.applu/Makefile

Tanya Brethour tbrethou at cs.uiuc.edu
Sun May 8 23:09:38 PDT 2005



Changes in directory llvm-test/External/SPEC/CFP95/110.applu:

Makefile updated: 1.2 -> 1.3
---
Log message:

Add a tolerance value from the spec .pm file


---
Diffs of the changes:  (+1 -0)

 Makefile |    1 +
 1 files changed, 1 insertion(+)


Index: llvm-test/External/SPEC/CFP95/110.applu/Makefile
diff -u llvm-test/External/SPEC/CFP95/110.applu/Makefile:1.2 llvm-test/External/SPEC/CFP95/110.applu/Makefile:1.3
--- llvm-test/External/SPEC/CFP95/110.applu/Makefile:1.2	Thu Oct  7 17:13:48 2004
+++ llvm-test/External/SPEC/CFP95/110.applu/Makefile	Mon May  9 01:09:21 2005
@@ -3,5 +3,6 @@
 
 STDIN_FILENAME  = applu.in
 STDOUT_FILENAME = applu.out
+FP_TOLERANCE = 0.0001
 
 include ../../Makefile.spec95






More information about the llvm-commits mailing list