[GIT] ppl/ppl(master): These tests fail also with 32-bit coefficients.

Module: ppl/ppl Branch: master Commit: 70437eb7512d5168185429f269b43040a0fb9dc5 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=70437eb7512d5...
Author: Roberto Bagnara bagnara@cs.unipr.it Date: Mon Jul 13 06:47:50 2009 +0200
These tests fail also with 32-bit coefficients.
---
tests/Polyhedron/weightwatch1.cc | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/tests/Polyhedron/weightwatch1.cc b/tests/Polyhedron/weightwatch1.cc index 9e7978b..aeffacb 100644 --- a/tests/Polyhedron/weightwatch1.cc +++ b/tests/Polyhedron/weightwatch1.cc @@ -236,7 +236,7 @@ bool test03() { } // namespace
BEGIN_MAIN - DO_TEST_F16(test01); - DO_TEST_F16(test02); - DO_TEST_F16(test03); + DO_TEST_F32(test01); + DO_TEST_F32(test02); + DO_TEST_F32(test03); END_MAIN
participants (1)
-
Roberto Bagnara