Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
ghx-label-9
Description
Recent x86-64 machines often include instructions for faster additions and multiplications with different carry flag behavior, which can increase performance of 128-bit and 256-bit arithmetic. See
Impala could take advantage of this via Intel intrinsics (https://software.intel.com/sites/landingpage/IntrinsicsGuide/#othertechs=ADX,BMI2) or perhaps via codegen
Attachments
Issue Links
- relates to
-
IMPALA-6344 Optimize decimal multiplication
- Resolved