From b5cedf8b66c79bcc380d66dec0b850c8d7797c45 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sat, 1 Dec 2012 17:02:04 +0100 Subject: [PATCH] fate/mp3: increase fuzz for NEON, due to different rounding from lrintf() This should fix fate failures of the hecommon test Signed-off-by: Michael Niedermayer --- tests/fate/mp3.mak | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/fate/mp3.mak b/tests/fate/mp3.mak index bd0657d21f..2181fa6a25 100644 --- a/tests/fate/mp3.mak +++ b/tests/fate/mp3.mak @@ -34,3 +34,7 @@ FATE_SAMPLES_AVCONV += $(FATE_MP3) fate-mp3: $(FATE_MP3) $(FATE_MP3): CMP = stddev $(FATE_MP3): FUZZ = 0.07 + +ifdef HAVE_NEON +fate-mp3-float-conf-hecommon: FUZZ = 0.70 +endif