Antoine Pitrou created ARROW-11839:
--------------------------------------
Summary: [C++] Rewrite bit-unpacking optimizations using xsimd
Key: ARROW-11839
URL: https://issues.apache.org/jira/browse/ARROW-11839
Project: Apache Arrow
Issue Type: Improvement
Components: C++
Reporter: Antoine Pitrou
Assignee: Antoine Pitrou
Currently, unpacking of fixed-size bit bundles uses custom generated code with
SIMD intrinsics (the {{bpacking}} files in {{src/arrow/util}}).
By leveraging xsimd, we can make the SIMD generated code more generic (e.g. the
256-bit generated code would be able to compile with any 256-bit SIMD ISA
supported by xsimd).
--
This message was sent by Atlassian Jira
(v8.3.4#803005)