public inbox for newlib@sourceware.org
 help / color / mirror / Atom feed
* [PATCH][AArch64] NEON-optimised memchr
@ 2014-07-10 16:55 Kévin PETIT
  2014-07-10 17:09 ` Richard Earnshaw
  0 siblings, 1 reply; 4+ messages in thread
From: Kévin PETIT @ 2014-07-10 16:55 UTC (permalink / raw)
  To: newlib; +Cc: Richard Earnshaw

Hi,

Here’s an AArch64 NEON-optimised version of memchr. It has been tested on a
Cortex-A53 and Cortex-A57 and is on these cores vastly faster than all other
C
implementations I’ve found when searching more than a few bytes.

2014-07-10  Kévin Petit  <kevin.petit@arm.com>

	* libc/machine/aarch64/memchr.S: New file.
	* libc/machine/aarch64/memchr-stub.c: New file.
	* libc/machine/aarch64/Makefile.am: Add the new files.
	* libc/machine/aarch64/Makefile.in: Regenerated.

Regards,
Kévin




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-07-11  9:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-10 16:55 [PATCH][AArch64] NEON-optimised memchr Kévin PETIT
2014-07-10 17:09 ` Richard Earnshaw
2014-07-10 18:27   ` Kévin PETIT
2014-07-11  9:11     ` Richard Earnshaw

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).