jianxind commented on pull request #7871:
URL: https://github.com/apache/arrow/pull/7871#issuecomment-685615876


   > ARROW_USER_SIMD_LEVEL=none
   
   Below is the cmd I used, and compiler vectorise happens only on Int types.
   ```
   ARROW_USER_SIMD_LEVEL=avx2 ./release/arrow-compute-aggregate-benchmark 
--benchmark_filter=MinMaxKernelInt64
   ARROW_USER_SIMD_LEVEL=none ./release/arrow-compute-aggregate-benchmark 
--benchmark_filter=MinMaxKernelInt64
   ```


----------------------------------------------------------------
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.

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


Reply via email to