summaryrefslogtreecommitdiff
path: root/tests/checkasm/sbrdsp.c
Commit message (Collapse)AuthorAge
* checkasm: sbrdsp: Fix a spurious test failure by calculating a better ↵Martin Storsjö2020-02-08
| | | | | | epsilon for sum_square Signed-off-by: Martin Storsjö <martin@martin.st>
* checkasm: use declare_func_float() in sbrdsp sum_square testJames Almer2017-07-04
| | | | | | | | The function returns a float. This fixes the test in x86_32 targets. Signed-off-by: James Almer <jamrial@gmail.com>
* checkasm: add sbrdsp testsMatthieu Bouron2017-07-03