Joe McDonnell has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/19954 )
Change subject: [arm64] remove dependence on sse2neon ...................................................................... [arm64] remove dependence on sse2neon This patch removes the dependence on sse2neon by rewriting SSE2 and AVX code with native NEON instructions. Part of the patch has been submitted to kudu https://gerrit.cloudera.org/#/c/20374/ Change-Id: If3c78c877ef530fa9f35d36da523ad67ab34e5e7 Reviewed-on: http://gerrit.cloudera.org:8080/19954 Reviewed-by: Joe McDonnell <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M be/src/benchmarks/bswap-benchmark.cc M be/src/benchmarks/int-hash-benchmark.cc M be/src/benchmarks/string-compare-benchmark.cc M be/src/exec/delimited-text-parser.cc M be/src/exec/delimited-text-parser.h M be/src/exec/delimited-text-parser.inline.h M be/src/kudu/util/block_bloom_filter.cc M be/src/kudu/util/char_util.cc M be/src/kudu/util/group_varint-inl.h D be/src/kudu/util/sse2neon.h M be/src/runtime/string-value.inline.h M be/src/util/bit-util.cc M be/src/util/bit-util.h M be/src/util/bloom-filter.cc M be/src/util/bloom-filter.h M be/src/util/parquet-bloom-filter.cc M be/src/util/sse-util.h D be/src/util/sse2neon.h M bin/rat_exclude_files.txt 19 files changed, 291 insertions(+), 7,135 deletions(-) Approvals: Joe McDonnell: Looks good to me, approved Impala Public Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/19954 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: If3c78c877ef530fa9f35d36da523ad67ab34e5e7 Gerrit-Change-Number: 19954 Gerrit-PatchSet: 12 Gerrit-Owner: Anonymous Coward <[email protected]> Gerrit-Reviewer: Anonymous Coward <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]> Gerrit-Reviewer: Michael Smith <[email protected]>
