[GIT] ppl/ppl(master): These tests fails with 16 bit coefficients.
Module: ppl/ppl Branch: master Commit: 4b6d78c1026ca2ab659348e4286ce62a9fdf808e URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=4b6d78c1026ca... Author: Abramo Bagnara <abramo.bagnara@gmail.com> Date: Sat May 16 08:25:03 2009 +0200 These tests fails with 16 bit coefficients. --- tests/Box/propagateconstraints2.cc | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Box/propagateconstraints2.cc b/tests/Box/propagateconstraints2.cc index 14978bd..a305e2a 100644 --- a/tests/Box/propagateconstraints2.cc +++ b/tests/Box/propagateconstraints2.cc @@ -444,6 +444,6 @@ bool test03() { BEGIN_MAIN DO_TEST_F32(test01); - DO_TEST_F8(test02); - DO_TEST_F8(test03); + DO_TEST_F16(test02); + DO_TEST_F16(test03); END_MAIN
participants (1)
-
Abramo Bagnara