Jacob Lott

Results 6 comments of Jacob Lott

From my testing this appears to be fixed on 0.7, or at least I could not recreate it. I couldn't recreate it for 0.6 release either strangely enough (which I...

@krolaw Would love to see your code and find out if it can be merged to main.

I've been looking at this for a bit and did some testing on the matter. You can use this playground to dive into how I was testing: https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=e46aa8e1706df69ff68fe5805c3779dc The results...

So although it does seem for 128 different numbers at the tail end of the distribution it blends together, from my testing it seems to have no noticeable effect on...

Does this happen even after `$ rustup target install i686-unknown-linux-gnu` `$ cargo build --target=i686-unknown-linux-gnu` also of course make sure you have `$ sudo apt install gcc-multilib`

I am not able to reproduce the off by one error you mention. What version are you on? Do any tests failed when running `cargo test`? Some of the tests...