]> git.sesse.net Git - ffmpeg/commit
arm: Check for have_vfp_vm instead of !have_vfpv3 for float_dsp_vfp
authorMartin Storsjö <martin@martin.st>
Mon, 23 Oct 2017 07:44:07 +0000 (10:44 +0300)
committerMartin Storsjö <martin@martin.st>
Tue, 24 Oct 2017 06:06:56 +0000 (09:06 +0300)
commit17f5171cd4753e7f50e6d95df069bccbc90265bf
tree3176bf59c75d18afc72bf0832a9eaac2b4313454
parente724bdfffbd3c27aac53d1f32f20f105f37caef0
arm: Check for have_vfp_vm instead of !have_vfpv3 for float_dsp_vfp

This was missed in e2710e790c0 since those functions weren't exercised
by checkasm.

Signed-off-by: Martin Storsjö <martin@martin.st>
libavutil/arm/float_dsp_init_vfp.c