8bc34206c2
replacement for memcpy and memset functionality This package was originally found at : https://github.com/huceke/buildroot-rbp By gimli <ebsi4711@gmail.com> [Peter: wrap help text] Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
9 lines
248 B
Plaintext
9 lines
248 B
Plaintext
config BR2_PACKAGE_LIBCOFI
|
|
bool "libcofi"
|
|
depends on BR2_arm
|
|
help
|
|
A replacement for memcpy and memset functionality for the
|
|
Raspberry Pi with the intention of gaining greater performance.
|
|
|
|
https://github.com/simonjhall/copies-and-fills
|