History log of /fuchsia/zircon/kernel/lib/libc/string/arch/arm64/rules.mk
Revision Date Author Comments
# 204b5192 05-Sep-2017 Roland McGrath <mcgrathr@google.com>

[kernel][arm64] Optimized arm64 memcpy, memset

These are taken verbatim from Linaro's cortex-strings. memset is
from an older version of cortex-strings that does not use NEON. The
current cortex-strings memcpy (also now used in libc) never used NEON.

MG-526 #done

Change-Id: Ic01878a1c702c3677103e5db0c67ce114e201183


# 53b9e1c8 15-Jun-2016 The Fuchsia Authors <authors@fuchsia.local>

[magenta] Initial commit