Hendrik Eeckhaut

Results 6 comments of Hendrik Eeckhaut

* https://doc.rust-lang.org/cargo/reference/manifest.html#the-lints-section * https://doc.rust-lang.org/clippy/configuration.html

@th4s `recorder.rs` no longer exists. Can this issue be close?

The LANE_COUNT can be rewritten as: ``` pub const LANE_COUNT: usize = if cfg!(all(feature = "simd-transpose", target_arch = "x86_64")) { 32 } else if cfg!(all(feature = "simd-transpose", target_arch = "wasm32"))...

Add "force-soft" too, https://github.com/tlsnotary/mpz/blob/86f16874859a3369e878967fc2f4146411d74492/clmul/Cargo.toml#L21

> Don't we run all tests with `--all-features` so we already test the simd version of this library. The version without this feature flag is not tested, I guess. I...

@sinui0 It builds successfully now, but I am reluctant to merge because I cannot explain why it failed so many times before.