You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cool, I'll close this in favor of the aforementioned.
#422 isn't an issue, it's a pull request for a completely different thing that was already merged...so this optimization issue is very much not solved, so I'm reopening it.
The x86 architecture recognizes how to do efficient divisibility testing (https://lomont.org/posts/2017/divisibility-testing/) but not aarch64: https://godbolt.org/z/MhbKvvc4b
It's possible this is not a portable-simd problem and instead somewhere else down the line.
Meta
rustc --version --verbose
:crate version in Cargo.toml
:(I don't know how to check on compiler explorer)
The text was updated successfully, but these errors were encountered: