nevi-me commented on pull request #9148:
URL: https://github.com/apache/arrow/pull/9148#issuecomment-757420452


   How about merging `simd_x86` and `simd_aarch64` together, on the presumption 
that as long as we use the same library for both (`packed_simd_2` now, 
`stdsimd` later), we don't need to split the architectures?
   
   ```rust
       cfg_aliases! {
           simd: { all(any(target_arch = "x86", target_arch = "x86_64", 
target_arch = "aarch64"), feature = "simd") },
       }
   ```


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to