libc/x86_64: port string functions from bionic

port optimized string functions for x86_64 from Bionic (BSD licensed)

Signed-off-by: p-szafonimateusz <p-szafonimateusz@xiaomi.com>
This commit is contained in:
p-szafonimateusz
2024-05-22 16:42:23 +02:00
committed by archer
parent fc716802c0
commit e6553eee5a
22 changed files with 7473 additions and 1 deletions
+1 -1
View File
@@ -43,7 +43,7 @@
*
****************************************************************************/
#ifndef CONFIG_ARCH_STPCPY
#ifndef CONFIG_LIBC_ARCH_STPCPY
#undef stpcpy /* See mm/README.txt */
FAR char *stpcpy(FAR char *dest, FAR const char *src)
{