Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
Description
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).
Attachments
Issue Links
- links to