Makefile.inc (79e01e7e643c9337d8d6046b6db7df674475a099) | Makefile.inc (f2c98669fc1b3fd2dbc7a7e3eedd098970a10dec) |
---|---|
1# 2# String handling from the Arm Optimized Routines 3# https://github.com/ARM-software/optimized-routines 4# 5 6AARCH64_STRING_FUNCS= \ 7 memchr \ 8 memcmp \ --- 17 unchanged lines hidden (view full) --- 26 strsep.c \ 27 strcat.c \ 28 strlcpy.S \ 29 strncmp.S \ 30 memccpy.S \ 31 strncat.c \ 32 strlcat.c \ 33 strlen.S \ | 1# 2# String handling from the Arm Optimized Routines 3# https://github.com/ARM-software/optimized-routines 4# 5 6AARCH64_STRING_FUNCS= \ 7 memchr \ 8 memcmp \ --- 17 unchanged lines hidden (view full) --- 26 strsep.c \ 27 strcat.c \ 28 strlcpy.S \ 29 strncmp.S \ 30 memccpy.S \ 31 strncat.c \ 32 strlcat.c \ 33 strlen.S \ |
34 timingsafe_bcmp.S \ |
|
34 bcopy.c \ 35 bzero.c 36 37# 38# Add the above functions. Generate an asm file that includes the needed 39# Arm Optimized Routines file defining the function name to the libc name. 40# Some file need multiple macros defined or a weak symbol added we can 41# override the generated file in these cases. --- 13 unchanged lines hidden --- | 35 bcopy.c \ 36 bzero.c 37 38# 39# Add the above functions. Generate an asm file that includes the needed 40# Arm Optimized Routines file defining the function name to the libc name. 41# Some file need multiple macros defined or a weak symbol added we can 42# override the generated file in these cases. --- 13 unchanged lines hidden --- |