2014-09-17 04:06:31 +02:00
|
|
|
# 64-bit x86.
|
2014-01-24 00:17:50 +01:00
|
|
|
|
2014-09-17 04:06:31 +02:00
|
|
|
#
|
|
|
|
# Default implementations of functions that are commonly optimized.
|
|
|
|
#
|
|
|
|
|
|
|
|
libc_bionic_src_files_x86_64 += \
|
|
|
|
bionic/__memcpy_chk.cpp \
|
|
|
|
bionic/__memset_chk.cpp \
|
|
|
|
bionic/__strcpy_chk.cpp \
|
|
|
|
bionic/__strcat_chk.cpp \
|
2014-01-24 00:17:50 +01:00
|
|
|
bionic/memchr.c \
|
|
|
|
bionic/memrchr.c \
|
|
|
|
bionic/strchr.cpp \
|
|
|
|
bionic/strnlen.c \
|
2014-02-25 03:00:43 +01:00
|
|
|
bionic/strrchr.cpp \
|
2014-09-17 04:06:31 +02:00
|
|
|
|
|
|
|
libc_freebsd_src_files_x86_64 += \
|
2014-01-24 00:17:50 +01:00
|
|
|
upstream-freebsd/lib/libc/string/wcscat.c \
|
|
|
|
upstream-freebsd/lib/libc/string/wcschr.c \
|
|
|
|
upstream-freebsd/lib/libc/string/wcscmp.c \
|
|
|
|
upstream-freebsd/lib/libc/string/wcscpy.c \
|
|
|
|
upstream-freebsd/lib/libc/string/wcslen.c \
|
|
|
|
upstream-freebsd/lib/libc/string/wcsrchr.c \
|
|
|
|
upstream-freebsd/lib/libc/string/wmemcmp.c \
|
2014-05-23 17:44:18 +02:00
|
|
|
upstream-freebsd/lib/libc/string/wmemmove.c \
|
2014-09-17 04:06:31 +02:00
|
|
|
|
|
|
|
#
|
|
|
|
# Inherently architecture-specific code.
|
|
|
|
#
|
2014-01-24 00:17:50 +01:00
|
|
|
|
2014-09-17 04:06:31 +02:00
|
|
|
libc_bionic_src_files_x86_64 += \
|
2013-11-19 22:31:58 +01:00
|
|
|
arch-x86_64/bionic/__bionic_clone.S \
|
2012-12-18 14:30:02 +01:00
|
|
|
arch-x86_64/bionic/_exit_with_stack_teardown.S \
|
2014-09-11 00:20:40 +02:00
|
|
|
arch-x86_64/bionic/__restore_rt.S \
|
2012-12-18 14:30:02 +01:00
|
|
|
arch-x86_64/bionic/_setjmp.S \
|
2013-10-04 23:55:30 +02:00
|
|
|
arch-x86_64/bionic/setjmp.S \
|
|
|
|
arch-x86_64/bionic/__set_tls.c \
|
|
|
|
arch-x86_64/bionic/sigsetjmp.S \
|
|
|
|
arch-x86_64/bionic/syscall.S \
|
2014-08-05 22:53:31 +02:00
|
|
|
arch-x86_64/bionic/vfork.S \
|
2014-01-24 00:17:50 +01:00
|
|
|
|
2014-09-17 04:06:31 +02:00
|
|
|
#
|
|
|
|
# Optimized memory/string functions.
|
|
|
|
#
|
|
|
|
|
Add 64-bit Silvermont-optimized string/memory functions.
Add following functions:
bcopy, bzero, memcpy, memmove, memset, stpcpy, stpncpy, strcat, strcpy,
strlen, strncat, strncpy, memcmp, strcmp, strncmp.
Set all these functions as the default ones.
Change-Id: Ic66b250ad8c349a43d25e2d4dea075604f6df6ac
Signed-off-by: Varvara Rainchik <varvara.rainchik@intel.com>
2014-04-29 15:44:56 +02:00
|
|
|
libc_bionic_src_files_x86_64 += \
|
|
|
|
arch-x86_64/string/sse2-memcpy-slm.S \
|
|
|
|
arch-x86_64/string/sse2-memmove-slm.S \
|
|
|
|
arch-x86_64/string/sse2-memset-slm.S \
|
|
|
|
arch-x86_64/string/sse2-stpcpy-slm.S \
|
|
|
|
arch-x86_64/string/sse2-stpncpy-slm.S \
|
|
|
|
arch-x86_64/string/sse2-strcat-slm.S \
|
|
|
|
arch-x86_64/string/sse2-strcpy-slm.S \
|
2014-11-10 13:15:58 +01:00
|
|
|
arch-x86_64/string/sse2-strlcat-slm.S \
|
|
|
|
arch-x86_64/string/sse2-strlcpy-slm.S \
|
Add 64-bit Silvermont-optimized string/memory functions.
Add following functions:
bcopy, bzero, memcpy, memmove, memset, stpcpy, stpncpy, strcat, strcpy,
strlen, strncat, strncpy, memcmp, strcmp, strncmp.
Set all these functions as the default ones.
Change-Id: Ic66b250ad8c349a43d25e2d4dea075604f6df6ac
Signed-off-by: Varvara Rainchik <varvara.rainchik@intel.com>
2014-04-29 15:44:56 +02:00
|
|
|
arch-x86_64/string/sse2-strlen-slm.S \
|
|
|
|
arch-x86_64/string/sse2-strncat-slm.S \
|
|
|
|
arch-x86_64/string/sse2-strncpy-slm.S \
|
|
|
|
arch-x86_64/string/sse4-memcmp-slm.S \
|
|
|
|
arch-x86_64/string/ssse3-strcmp-slm.S \
|
|
|
|
arch-x86_64/string/ssse3-strncmp-slm.S \
|
|
|
|
|
2014-01-24 00:17:50 +01:00
|
|
|
libc_crt_target_cflags_x86_64 += \
|
|
|
|
-m64 \
|
2014-09-17 04:06:31 +02:00
|
|
|
-I$(LOCAL_PATH)/arch-x86_64/include \
|
2014-01-24 00:17:50 +01:00
|
|
|
|
2014-09-17 04:06:31 +02:00
|
|
|
libc_crt_target_ldflags_x86_64 := -melf_x86_64 \
|
2014-01-24 00:17:50 +01:00
|
|
|
|
|
|
|
libc_crt_target_crtbegin_file_x86_64 := \
|
2014-09-17 04:06:31 +02:00
|
|
|
$(LOCAL_PATH)/arch-common/bionic/crtbegin.c \
|
2014-01-24 00:17:50 +01:00
|
|
|
|
|
|
|
libc_crt_target_crtbegin_so_file_x86_64 := \
|
2014-09-17 04:06:31 +02:00
|
|
|
$(LOCAL_PATH)/arch-common/bionic/crtbegin_so.c \
|
2014-01-24 00:17:50 +01:00
|
|
|
|
|
|
|
libc_crt_target_so_cflags_x86_64 := \
|
2014-09-17 04:06:31 +02:00
|
|
|
-fPIC \
|