ffmpeg/tests/checkasm
Jiaxun Yang e387fcd01c libavutil: Detect MMI and MSA flags for MIPS
Add MMI & MSA runtime detection for MIPS.

Basically there are two code pathes. For systems that
natively support CPUCFG instruction or kernel emulated
that instruction, we'll sense this feature from HWCAP and
report the flags according to values grab from CPUCFG. For
systems that have no CPUCFG (or not export it in HWCAP),
we'll parse /proc/cpuinfo instead.

Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
Reviewed-by: Shiyou Yin <yinshiyou-hf@loongson.cn>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2020-07-23 17:21:58 +02:00
..
aarch64 checkasm: aarch64: Check for stack overflows 2020-05-15 21:22:36 +03:00
arm checkasm: arm: Check for stack overflows 2020-05-15 21:22:34 +03:00
x86
.gitignore
Makefile checkasm: add hscale test 2020-05-15 10:29:30 +01:00
aacpsdsp.c
af_afir.c
alacdsp.c
audiodsp.c
blockdsp.c
bswapdsp.c
checkasm.c libavutil: Detect MMI and MSA flags for MIPS 2020-07-23 17:21:58 +02:00
checkasm.h checkasm: aarch64: Check for stack overflows 2020-05-15 21:22:36 +03:00
exrdsp.c
fixed_dsp.c
flacdsp.c
float_dsp.c
fmtconvert.c
g722dsp.c
h264dsp.c
h264pred.c
h264qpel.c
hevc_add_res.c
hevc_idct.c
hevc_sao.c
huffyuvdsp.c
jpeg2000dsp.c
llviddsp.c
llviddspenc.c
opusdsp.c
pixblockdsp.c checkasm: pixblockdsp: Add tests for get_pixels_unaligned and diff_pixels_unaligned 2020-05-15 23:37:27 +03:00
sbrdsp.c
sw_rgb.c checkasm: sw_rgb: Fix mixed declaration and code 2020-06-01 23:28:07 +08:00
sw_scale.c checkasm/sw_scale: Fix stack-buffer-overflow 2020-05-20 23:18:50 +02:00
synth_filter.c
utvideodsp.c
v210dec.c
v210enc.c
vf_blend.c checkasm/vf_blend: use the correct depth parameters to initialize the blend modes 2020-07-12 11:30:23 -03:00
vf_colorspace.c
vf_eq.c
vf_gblur.c
vf_hflip.c
vf_nlmeans.c
vf_threshold.c
videodsp.c
vp8dsp.c
vp9dsp.c