Commits


Antoine Pitrou authored and GitHub committed 26631d75044
GH-40806: [C++] Revert changes from PR #40857 (#40980) Revert changes from https://github.com/apache/arrow/pull/40857. `GetRuntimeInfo` returns the SIMD level for dynamic dispatch, but Neon currently does not participate in dynamic dispatch (actually, Neon should be available by default on all modern Arm CPUs AFAIU). Authored-by: Antoine Pitrou <pitrou@free.fr> Signed-off-by: Antoine Pitrou <antoine@python.org>