This is an automated email from the ASF dual-hosted git repository.
morningman pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.
from 351fbbc [fix](olap) add check statement to protect
get_dict_word_info() from crash (#8241)
add 7f3564c [chore] Support aarch64 target with ldb_toolchain (#8249)
No new revisions were added by this update.
Summary of changes:
be/CMakeLists.txt | 1 -
be/src/glibc-compatibility/CMakeLists.txt | 9 +-
be/src/glibc-compatibility/FastMemcpy.c | 220 -------
be/src/glibc-compatibility/FastMemcpy.h | 694 ---------------------
be/src/glibc-compatibility/LICENSE_FastMemcpy | 22 -
.../glibc-compatibility/memcpy/memcpy_aarch64.cpp | 245 ++++++++
.../glibc-compatibility/memcpy/memcpy_x86_64.cpp | 220 +++++++
be/src/glibc-compatibility/memcpy_wrapper.c | 6 -
thirdparty/patches/libhdfs3-master.patch | 24 +-
9 files changed, 492 insertions(+), 949 deletions(-)
delete mode 100644 be/src/glibc-compatibility/FastMemcpy.c
delete mode 100644 be/src/glibc-compatibility/FastMemcpy.h
delete mode 100644 be/src/glibc-compatibility/LICENSE_FastMemcpy
create mode 100644 be/src/glibc-compatibility/memcpy/memcpy_aarch64.cpp
create mode 100644 be/src/glibc-compatibility/memcpy/memcpy_x86_64.cpp
delete mode 100644 be/src/glibc-compatibility/memcpy_wrapper.c
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]