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 270bebe  [chore](github) Add third-party GitHub Action as submodule to 
allow it to run (#7280)
     add d3316ff  [performance](function) Support SIMD function in some string 
function (#7236)

No new revisions were added by this update.

Summary of changes:
 be/src/exprs/math_functions.cpp                    |  15 +-
 be/src/exprs/string_functions.cpp                  |  71 +------
 .../{vectorized-tool => simd}/lower_upper_impl.h   |   2 +-
 be/src/util/simd/vstring_function.h                | 203 +++++++++++++++++++++
 be/src/util/vectorized-tool/lower.h                |  37 ----
 be/src/util/vectorized-tool/upper.h                |  36 ----
 be/test/exprs/string_functions_test.cpp            |  70 +++++++
 7 files changed, 286 insertions(+), 148 deletions(-)
 rename be/src/util/{vectorized-tool => simd}/lower_upper_impl.h (99%)
 create mode 100644 be/src/util/simd/vstring_function.h
 delete mode 100644 be/src/util/vectorized-tool/lower.h
 delete mode 100644 be/src/util/vectorized-tool/upper.h

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to