harinreddy has uploaded this change for review. (
http://gerrit.cloudera.org:8080/19011
Change subject: Adds HAS_CLMUL to control inclusion of HW carryless multiply
......................................................................
Adds HAS_CLMUL to control inclusion of HW carryless multiply
Some architectures do not support hardware implementation of
carryless multiply. Current code does not skip the HW
implementation-based code for architectures
which do not support carryless multiply instructions in hardware.
To fix this a preprocessor flag, HAS_CLMUL is defined.
If HAS_CLMUL is not set HW carryless multiply based code
is not included.
modified: src/kudu/common/columnar_serialization.cc
modified: src/kudu/common/zp7.cc
modified: src/kudu/common/zp7.h
Change-Id: I84a4c9dde78530186bf25c1ecb4a0120c93f00fd
---
M src/kudu/common/columnar_serialization.cc
M src/kudu/common/zp7.cc
M src/kudu/common/zp7.h
3 files changed, 27 insertions(+), 2 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/11/19011/1
--
To view, visit http://gerrit.cloudera.org:8080/19011
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I84a4c9dde78530186bf25c1ecb4a0120c93f00fd
Gerrit-Change-Number: 19011
Gerrit-PatchSet: 1
Gerrit-Owner: harinreddy <[email protected]>