Youwei Wang has uploaded a new change for review. http://gerrit.cloudera.org:8080/4204
Change subject: Impala-4058: unaligned memory access issue in SIMDed byteswap. ...................................................................... Impala-4058: unaligned memory access issue in SIMDed byteswap. Substitute the direct memory assignments using _mm_loadu_si128/_mm_storeu_si128 to prevent the compiler from generating aligned memory access instructions which may cause crash. Add new test cases in the expr-test.cc and re-run the bswap-benchmark. No performance regression observed. Change-Id: I2986991f8b695d68af465fd0aff293d3d03709a0 --- M be/src/exprs/expr-test.cc M be/src/util/bit-util.cc 2 files changed, 24 insertions(+), 7 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/04/4204/1 -- To view, visit http://gerrit.cloudera.org:8080/4204 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I2986991f8b695d68af465fd0aff293d3d03709a0 Gerrit-PatchSet: 1 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Youwei Wang <[email protected]>
