Commits


Frank Du authored and Antoine Pitrou committed 7ed91f70b63
ARROW-9702: [C++] Register bpacking SIMD to runtime path. 1. Add AVX2 version for unpack32. 2. Add dynamic dispatch facility. 3. Pick the SIMD path at runtime by the CPU feature. Signed-off-by: Frank Du <frank.du@intel.com> Closes #7940 from jianxind/runtime_bpacking Lead-authored-by: Frank Du <frank.du@intel.com> Co-authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Antoine Pitrou <antoine@python.org>