@burntsushi5 how do I compile rg from source with SIMD support? I've tried https://github.com/BurntSushi/ripgrep#building … but get error:
error[E0554]: #![feature] may not be used on the stable release channelhttps://twitter.com/rustlang/status/1009895173105553409 …
Pull master and run `cargo build --release`. See https://github.com/BurntSushi/ripgrep/commit/5e85f2577baf050cb6b8f8b186b1be28d6ab385e … for complete details.
-
-
Hmm. I'm pulling master & building as instructed (both Linux & MacOS): target/release/rg --version ripgrep 0.8.1 (rev 5e85f2577b) -SIMD -AVX rustc --version rustc 1.27.0 (3eda71b00 2018-06-19) Shouldn't I see +SIMD +AVX ?
-
No. Rust 1.27 was just released, so not everything is polished. The -SIMD -AVX refers to the other forms of SIMD used in ripgrep (via dependencies). Please see the delta in the README for the commit I linked to.
End of conversation
New conversation -
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.
