paulwratt / arm-mem

ARM-accelerated versions of selected functions from <string.h>

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

arm-mem

ARM-accelerated versions of selected functions from string.h

To build the library, use $ make or, if cross-compiling, use $ CROSS_COMPILE=arm-linux-gnueabihf- make

Also included is a simple test harness, inspired by the benchmarker from the pixman library. This can be built via the "test" make target.

About

ARM-accelerated versions of selected functions from <string.h>


Languages

Language:Assembly 71.8%Language:C 27.3%Language:Makefile 0.9%