[MPlayer-dev-eng] [PATCH 4/6] libvo: optimize fastmemcpy for loongson with mmi

Reimar Döffinger Reimar.Doeffinger at gmx.de
Sun Sep 6 19:18:53 CEST 2015


Hi,
On Wed, Sep 02, 2015 at 06:07:10PM +0800, 周晓勇 wrote:
> From b2709e8c8034977b21b239aaf41f291878b8199c Mon Sep 17 00:00:00 2001
> From: ZhouXiaoyong <zhouxiaoyong at loongson.cn>
> Date: Thu, 20 Aug 2015 17:26:57 +0800
> Subject: [PATCH 4/6] libvo: optimize fastmemcpy for loongson with mmi

Isn't it possible to just make sure the libc memcpy is optimized
well enough to make this unnecessary?
I'd prefer to get rid of this code long-term, as having our own
memcpy implementation isn't really maintainable.


More information about the MPlayer-dev-eng mailing list