[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Patches] [PATCH] ARM: NEON detected memcpy.



Hi,

I am working on the NEON detected memcpy.
This is based on what Siarhei Siamashka did at 2009 [1].

The idea is to use HWCAP and check NEON bit.
If there is a NEON bit, using NEON optimized memcpy.
If not, using the original memcpy instead.

If using NEON optimized memcpy, the performance of memcpy will be
raised up by about 50% [2].

How do you think about this idea? Any comment is welcome.

[1]: http://sourceware.org/ml/libc-ports/2009-07/msg00003.html
[2]: http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.faqs/ka13544.html

Regards,
$4

Attachment: 0001-ARM-NEON-optimized-implementation-of-memcpy.patch
Description: Binary data

Attachment: 0002-ARM-NEON-detected-memcpy.patch
Description: Binary data

_______________________________________________
Patches mailing list
Patches@xxxxxxxxxx
http://eglibc.org/cgi-bin/mailman/listinfo/patches