AntoinePrv opened a new pull request, #49840:
URL: https://github.com/apache/arrow/pull/49840

   ### Rationale for this change
   - Reduce verbosity when using `DynamicDispatch`
   - Optimizations: when all targets can be statically dispatch, simply pick 
the best one at compile time, avoiding jump and `CpuInfo` creation.
   
   ### What changes are included in this PR?
   - Large refactor of `dispatch_internal.h`
   - Cleanup of call sites
   - Did not change `bpacking.cc`, depending on if this PR or GH-49756 gets in 
first
   
   ### Are these changes tested?
   Via existing tests
   
   ### Are there any user-facing changes?
   No


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to