ritchie46 opened a new pull request #303:
URL: https://github.com/apache/arrow-rs/pull/303
This fixes #232.
I really wonder if `#[cfg(simd)]` was correct at all? I couldn't find any
documentation backing it, and my IDE showed the code as deactivated no matter
what I did (not a really convincing reason, I know
:stuck_out_tongue_winking_eye: )
Anyhow, I was able to activate "simd" as a single feature gate:
```toml
arrow = {version="5.0.0-SNAPSHOT", git =
"https://github.com/ritchie46/arrow-rs", branch = "feat_simd",
default-features=false, features = ["simd"]}
```
And could also compile the docs with:
`$ cargo +nightly doc --all-features`
--
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]