mqy commented on pull request #9148:
URL: https://github.com/apache/arrow/pull/9148#issuecomment-757421222
> 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") },
> }
> ```
+1 because the codes make no difference for all targets
----------------------------------------------------------------
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]