[llvm-commits] CVS: llvm-test/MultiSource/Applications/JM/ldecod/Makefile
Reid Spencer
reid at x10sys.com
Sun Oct 22 12:10:12 PDT 2006
Changes in directory llvm-test/MultiSource/Applications/JM/ldecod:
Makefile updated: 1.2 -> 1.3
---
Log message:
Set the FP TOLERANCE to 0.02 so the llc and cbe can pass. This is a horrid
tolerance and still doesn't cause the JIT to pass.
---
Diffs of the changes: (+1 -0)
Makefile | 1 +
1 files changed, 1 insertion(+)
Index: llvm-test/MultiSource/Applications/JM/ldecod/Makefile
diff -u llvm-test/MultiSource/Applications/JM/ldecod/Makefile:1.2 llvm-test/MultiSource/Applications/JM/ldecod/Makefile:1.3
--- llvm-test/MultiSource/Applications/JM/ldecod/Makefile:1.2 Mon Mar 6 12:09:38 2006
+++ llvm-test/MultiSource/Applications/JM/ldecod/Makefile Sun Oct 22 14:09:58 2006
@@ -2,6 +2,7 @@
PROG = ldecod
CPPFLAGS = -D __USE_LARGEFILE64 -D _FILE_OFFSET_BITS=64
LDFLAGS = -lm $(TOOLLINKOPTS)
+FP_TOLERANCE = 0.2
RUN_OPTIONS = -i $(PROJ_SRC_DIR)/data/test.264 -o $(PROJ_SRC_DIR)/data/test_dec.yuv -r $(PROJ_SRC_DIR)/data/test_rec.yuv
More information about the llvm-commits
mailing list