GH-40806: [C++] Revert changes from PR #40857#40980
Conversation
|
Thanks for opening a pull request! If this is not a minor PR. Could you open an issue for this pull request on GitHub? https://github.com/apache/arrow/issues/new/choose Opening GitHub issues ahead of time contributes to the Openness of the Apache Arrow project. Then could you also rename the pull request title in the following format? or In the case of PARQUET issues on JIRA the title also supports: See also: |
|
@github-actions crossbow submit wheelarm* |
This comment was marked as outdated.
This comment was marked as outdated.
|
@github-actions crossbow submit wheelarm |
|
Revision: 1dc5dbc Submitted crossbow builds: ursacomputing/crossbow @ actions-25962665e2 |
|
After merging your PR, Conbench analyzed the 7 benchmarking runs that have been run so far on merge-commit 26631d7. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. It also includes information about 4 possible false positives for unstable benchmarks that are known to sometimes produce them. |
Revert changes from apache#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>
Revert changes from #40857.
GetRuntimeInforeturns 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).