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

   ### Rationale for this change
   
   The file util_avx2.cc contains implementation for methods defined in 
`src/arrow/compute/util.cc` but it was placed in `src/arrow/acero`.  This leads 
to undefined symbol errors when compiling against AVX2.
   
   ### What changes are included in this PR?
   
   The file util_avx2.cc is moved from `acero` to `compute`.
   
   ### Are these changes tested?
   
   Regrettably, no.  See #35116 
   
   ### 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