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