Skip to content
New issue

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

Switch back to packed_simd dependency #39

Closed
wants to merge 1 commit into from

Conversation

atouchet
Copy link

packed_simd is now again being published under its original name.

@thomwiggers
Copy link
Owner

Unfortunately, the rand crate still relies on packed_simd_2 and thus still breaks the build. It would also be better to just use std::simd directly but that seems like more effort

Copy link
Owner

@thomwiggers thomwiggers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we're also still blocked by rand

@@ -7,7 +7,7 @@ use crate::{
use itertools::Itertools;
use m4ri_rust::friendly::BinMatrix;
use m4ri_rust::friendly::BinVector;
use packed_simd_2::i64x4;
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

okay we should instead just replace this by std::simd::i64x4

@atouchet
Copy link
Author

atouchet commented Apr 3, 2024

Ah, whoops. It looks like rand is switching to std::simd but that is waiting on a new release.

@atouchet atouchet closed this Apr 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants