We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LANES
Simd
Describe the bug simd-rand isn't able to recognize Portable SIMD when accessing the constant LANES.
This issue pops up here:
simd-rand/src/portable/xoshiro256plusplusx4.rs
Line 69 in eb1d97a
simd-rand/src/portable/xoshiro256plusplusx8.rs
simd-rand/src/portable/xoshiro256plusx4.rs
simd-rand/src/portable/xoshiro256plusx8.rs
Environment Rust nightly 1.77, Mac M1
Additional context A temporary fix is hardcoding the LANE number in these spots.
The text was updated successfully, but these errors were encountered:
Hey! Seems like it was renamed to LEN, I've pushed a commit with the fix. Thanks :)
LEN
Sorry, something went wrong.
No branches or pull requests
Describe the bug
simd-rand isn't able to recognize Portable SIMD when accessing the constant LANES.
This issue pops up here:
simd-rand/src/portable/xoshiro256plusplusx4.rs
Line 69 in eb1d97a
simd-rand/src/portable/xoshiro256plusplusx8.rs
Line 69 in eb1d97a
simd-rand/src/portable/xoshiro256plusx4.rs
Line 69 in eb1d97a
simd-rand/src/portable/xoshiro256plusx8.rs
Line 69 in eb1d97a
Environment
Rust nightly 1.77, Mac M1
Additional context
A temporary fix is hardcoding the LANE number in these spots.
The text was updated successfully, but these errors were encountered: