Download project files

How do I verify a download?


2013.01 release from the trunk series released

Release information
Release notes:

This package contains optimised string routines including memcpy(), memset(),
strcpy(), strlen() for the ARM Cortex-A series of cores.

Various implementations of these routines are provided, including generic
implementations for ARMv7-A cores with/without Neon, an implementation tuned
for Cortex-A9 and generic implementations for cores supporting AArch64.

Optimised versions of the following routines are included (not necessarily for all targets)
 * memchr
 * memcpy
 * memset
 * strchr
 * strlen and strnlen
 * strcpy
 * strcmp and strncmp

as well as a testsuite and benchmark harness for testing correctness and performance.

Changelog:

This release of Cortex String Routines adds more optimised routines, and support for AArch64.

File Description Downloads
download icon cortex-strings-1.0-2013.01.tar.bz2 (md5, sig) Source code 758
last downloaded 4 days ago
Total downloads: 758

2011.09 release from the trunk series released

Release information
Release notes:

cortex-strings is a set of optimised string routines for the ARM Cortex-A series of processors. These routines are optimised for the Cortex-A9, work well on the Cortex-A8, and include variants that can make use of the NEON SIMD unit.

Included are optimised versions of:
 * memchr
 * memcpy
 * memset
 * strchr
 * strlen
 * and strcpy

as well as a testsuite and benchmark harness for testing correctness and performance.

Our next step is to land these routines in the common C libraries such as GLIBC, Bionic, and Newlib.

File Description Downloads
download icon cortex-strings-1.0-2011.09.tar.bz2 (md5, sig) Source tarball 1,626
last downloaded 41 weeks ago
Total downloads: 1,626

0.1.1 release from the trunk series released

Release information
Release notes:

This is the first release of optimised string routines for the Cortex-A series including memcpy(), memset(), strcpy(), strcmp(), and strlen().

The code can either be tried out using LD_PRELOAD or installed as a add-on to GLIBC.

File Description Downloads
download icon cortex-strings-0.1.1.tar.gz (md5, sig) Source code 446
last downloaded 41 weeks ago
Total downloads: 446