ffmpeg/tests/checkasm
Janne Grunau e2710e790c arm: add a cpu flag for the VFPv2 vector mode
The vector mode was deprecated in ARMv7-A/VFPv3 and various cpu
implementations do not support it in hardware. Vector mode code will
depending the OS either be emulated in software or result in an illegal
instruction on cpus which does not support it. This was not really
problem in practice since NEON implementations of the same functions are
preferred. It will however become a problem for checkasm which tests
every cpu flag separately.

Since this is a cpu feature newer cpu do not support anymore the
behaviour of this flag differs from the other flags. It can be only
activated by runtime cpu feature selection.
2015-12-14 16:42:35 +01:00
..
x86 checkasm/x86: Correctly handle variadic functions 2015-09-28 14:25:59 +02:00
Makefile checkasm: add HEVC MC tests 2015-12-05 21:11:21 +01:00
bswapdsp.c checkasm: Explicitly declare function prototypes 2015-08-20 19:22:34 +02:00
checkasm.c arm: add a cpu flag for the VFPv2 vector mode 2015-12-14 16:42:35 +01:00
checkasm.h checkasm: add HEVC MC tests 2015-12-05 21:11:21 +01:00
h264pred.c checkasm: Explicitly declare function prototypes 2015-08-20 19:22:34 +02:00
h264qpel.c checkasm: Explicitly declare function prototypes 2015-08-20 19:22:34 +02:00
hevc_mc.c checkasm: add HEVC MC tests 2015-12-05 21:11:21 +01:00
v210enc.c checkasm: v210: Fix array overwrite 2015-09-17 10:33:06 +02:00