You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Antoine Pitrou (Jira)" <ji...@apache.org> on 2021/03/02 16:27:00 UTC

[jira] [Created] (ARROW-11839) [C++] Rewrite bit-unpacking optimizations using xsimd

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)