Ruben De Smet
Ruben De Smet
Nightly Rust is usually pinned to a version. rust-toolchain currently lists `nightly-2019-07-31` for this crate.
You'll have to find out what version of packed_simd_2 you need, which was compatible with that Rust nightly version. A good first guess is by looking at crates.io at the...
The `shuffle!` macro use in 26c494f seems to win 1.5% to 3% over the use of the `vqtbx1q_u8` intrinsic on a Raspberry Pi 4. Seems like the LLVM compiler people...
2d343e9 does not have an influence on performance, but the code is quite a bit cleaner, so let's leave it in.
@jrose-signal Indeed, that's pretty important. As far as @Tarinn and I know, this code should be constant time. It is a direct port of the AVX2 work, and there should...
> fyi - we're continuing all development via in `main` - > > Could this be re-based to main which is basically from release/4.0 - Thanks! Of course - Just...
> > > > Awesome! partying_face would love to see a link to write-up in This-Week-in-Rust TWiR if you can share there too: https://github.com/rust-lang/this-week-in-rust/ After publication, I'll make sure to...
I've done the rebase together with your patches, and squashed the NEON work into the first commit. I had not tested the rebase on 4.0, sorry about that. I'll do...
Working on the `rustfmt` attributes now.
I'll see whether I'll have all the data in that format. I currently only retain the raw outputs from Criterion for further automatic processing for our paper.