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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compilation failure due to deprecated packed_simd #44

Open
nbaztec opened this issue May 10, 2024 · 0 comments
Open

Compilation failure due to deprecated packed_simd #44

nbaztec opened this issue May 10, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@nbaztec
Copy link

nbaztec commented May 10, 2024

馃悰 Bug Report

era-boojum uses the currently deprecated https://github.com/rust-lang/packed_simd which can no longer be compiled with recent rust versions.

馃摑 Description

era-boojum uses the currently deprecated https://github.com/rust-lang/packed_simd which had its last update some 10 months ago. The project maintainer has deprecated it in favor of std::simd. During this time several of the features have been removed from the rust compiler, (std_simd, platform_intrinsics, etc.). Thus the package can no longer be compiled with latest rust stable (v1.78) or any subsequent nightlies.

Related errors
rust-lang/packed_simd#359
rust-lang/packed_simd#360

馃攧 Reproduction Steps

Compile with rustc 1.78.0 (9b00956e5 2024-04-29) to observe compilation failures citing deprecated features

馃 Expected Behavior

Module should compile with latest stable rust.

馃槸 Current Behavior

Compilation fails

@nbaztec nbaztec added the bug Something isn't working label May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant