[FFmpeg-devel] [PATCH] checkasm/lpc: test compute_autocorr

2023-12-11 Thread Rémi Denis-Courmont
--- tests/checkasm/lpc.c | 36 1 file changed, 36 insertions(+) diff --git a/tests/checkasm/lpc.c b/tests/checkasm/lpc.c index 592e34c03d..8e92a9e1b4 100644 --- a/tests/checkasm/lpc.c +++ b/tests/checkasm/lpc.c @@ -57,10 +57,40 @@ static void test_window(int l

[FFmpeg-devel] [PATCH] checkasm/lpc: test compute_autocorr

2024-05-25 Thread Rémi Denis-Courmont
-- Change since previous version: - Disable test on x86, since the x86 optimisation fails with a suspiciously large and regular error with 10-20% probability. --- tests/checkasm/lpc.c | 54 ++-- 1 file changed, 52 insertions(+), 2 deletions(-) diff --git

Re: [FFmpeg-devel] [PATCH] checkasm/lpc: test compute_autocorr

2023-12-11 Thread Rémi Denis-Courmont
Le maanantaina 11. joulukuuta 2023, 22.41.03 EET Rémi Denis-Courmont a écrit : > --- > tests/checkasm/lpc.c | 36 > 1 file changed, 36 insertions(+) > > diff --git a/tests/checkasm/lpc.c b/tests/checkasm/lpc.c > index 592e34c03d..8e92a9e1b4 100644 > --- a/test

Re: [FFmpeg-devel] [PATCH] checkasm/lpc: test compute_autocorr

2024-05-25 Thread James Almer
On 5/25/2024 8:58 AM, Rémi Denis-Courmont wrote: -- Change since previous version: - Disable test on x86, since the x86 optimisation fails with a suspiciously large and regular error with 10-20% probability. Weird. The sse2 function is written using inline gcc, so it's pretty old. And it se

Re: [FFmpeg-devel] [PATCH] checkasm/lpc: test compute_autocorr

2024-05-26 Thread Rémi Denis-Courmont
Le lauantaina 25. toukokuuta 2024, 14.58.53 EEST Rémi Denis-Courmont a écrit : > -- > Change since previous version: > - Disable test on x86, since the x86 optimisation fails > with a suspiciously large and regular error with 10-20% probability. > --- > tests/checkasm/lpc.c | 54