Changeset 79aeade6 in ffmpeg

Timestamp:
May 27, 2011, 7:33:06 PM (14 years ago)
Author:
Mans Rullgard <mans@mansr.com>
Branches:
master
Children:
8381ab14, b1bf8c78
Parents:
93eb8e4d
git-author:
Mans Rullgard <mans@mansr.com> (05/27/11 19:18:26)
git-committer:
Mans Rullgard <mans@mansr.com> (05/27/11 19:33:06)
Message:

ARM: disable ff_vector_fmul_vfp on VFPv3 systems

This function uses old-style vector operations deprecated in VFPv3.
Some implementations, e.g. Cortex-A9, support them only through
slow software emulation. Cortex-A8 does have this functionality
in hardware, but as it also has NEON, this function is not used
there regardless.

Signed-off-by: Mans Rullgard <mans@mansr.com>

(No files)

Note: See TracChangeset for help on using the changeset viewer.