diff options
author | Mans Rullgard <mans@mansr.com> | 2011-06-05 13:44:28 +0100 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2011-06-06 17:33:40 +0100 |
commit | 21c65125424ef3dd7e276dea14f8e8ef3292e388 (patch) | |
tree | a011a4d55db0de271be4e482df7c1bf94a8f85e9 /libavfilter/vf_copy.c | |
parent | 0018b7f04378a0ff83c6c6d097fc6bdc97212970 (diff) | |
download | ffmpeg-21c65125424ef3dd7e276dea14f8e8ef3292e388.tar.gz |
ARM: remove MUL64 and MAC64 inline asm
Current GCC versions know how to generate these instructions
properly and avoiding inline asm gives better code. The MULH
function for ARMv5 uses the same instruction and is also not
needed any more.
The MLS64 macro remains since negating an input would normally
not be allowed as it would fail for INT_MIN. In our uses, the
inputs never have this value and thus negating is safe.
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libavfilter/vf_copy.c')
0 files changed, 0 insertions, 0 deletions