aboutsummaryrefslogtreecommitdiffstats
path: root/tests/checkasm/fixed_dsp.c
Commit message (Collapse)AuthorAgeFilesLines
* configure: Remove av_restrictAndreas Rheinhardt2024-03-151-1/+1
| | | | | | | | | All versions of MSVC that support C11 (namely >= v19.27) also support the restrict keyword, therefore av_restrict is no longer necessary since 75697836b1db3e0f0a3b7061be6be28d00c675a0. Reviewed-by: Martin Storsjö <martin@martin.st> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* lavu: move LOCAL_ALIGNED from internal.h to mem_internal.hAnton Khirnov2021-01-011-0/+1
| | | | That is a more appropriate place for it.
* checkasm: add _fixed suffix to fixed_dsp testsJames Almer2017-06-011-5/+5
| | | | Should prevents future conflicts with the similarly named floatdsp tests
* checkasm: add fixed_dsp testsJames Almer2017-04-111-0/+159
Tested-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: James Almer <jamrial@gmail.com>