summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorLynne <dev@lynne.ee>2022-09-22 03:41:02 +0200
committerLynne <dev@lynne.ee>2022-09-22 04:27:19 +0200
commitb67776e12f90a11c0c976d0add8d213a2684064f (patch)
tree25dc819d2d8be9552b05835ad220e3cebf851fd9 /tests
parentdea944b838626b5576598b7f13cc34e6263ebbfe (diff)
x86/lpc: fix even scalar loop overreads/writes
Passes checkasm with valgrind, tested to sizes of more than 4000 samples.
Diffstat (limited to 'tests')
-rw-r--r--tests/checkasm/lpc.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/checkasm/lpc.c b/tests/checkasm/lpc.c
index b68ce05bfa..e072599908 100644
--- a/tests/checkasm/lpc.c
+++ b/tests/checkasm/lpc.c
@@ -68,6 +68,10 @@ void checkasm_check_lpc(void)
}
report("apply_welch_window_odd");
+ if (check_func(ctx.lpc_apply_welch_window, "apply_welch_window_2560"))
+ test_window(2560);
+ report("apply_welch_window_2560");
+
if (check_func(ctx.lpc_apply_welch_window, "apply_welch_window_4096"))
test_window(4096);
report("apply_welch_window_4096");