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

Rust nightly is atm broken #124

Open
niklas-heer opened this issue Nov 9, 2023 · 1 comment · May be fixed by #135
Open

Rust nightly is atm broken #124

niklas-heer opened this issue Nov 9, 2023 · 1 comment · May be fixed by #135
Labels
help wanted Extra attention is needed

Comments

@niklas-heer
Copy link
Owner

I would like help with getting rust nightly working again.

I disabled as here: 4f33fb2

@niklas-heer niklas-heer added the help wanted Extra attention is needed label Nov 9, 2023
@Starwort
Copy link

Starwort commented Jan 29, 2024

--- a/src/leibniz_nightly.rs
+++ b/src/leibniz_nightly.rs
@@ -1,7 +1,8 @@
 #![feature(portable_simd)]
 use std::fs::File;
 use std::io::prelude::*;
-use std::simd::{SimdFloat, f64x8, u32x8};
+use std::simd::num::{SimdFloat, SimdUint};
+use std::simd::{f64x8, u32x8};

Confirmed to work on rustc 1.77.0-nightly (d5fd09972 2024-01-22)

@bkaestner bkaestner linked a pull request Jan 12, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants