-
Notifications
You must be signed in to change notification settings - Fork 543
Closed as not planned
Closed as not planned
Copy link
Description
Hello.
You heard about the whole AVX10 business, I presume? With AVX10/256 and AVX10/512?
We will likely need to adjust what the "avx512" features even mean, unfortunately, as a result of this. Fortunately, they're unstable, so we can do that! So it might need some modifications in dalek, but it's not like there will be any unforeseen complications from changing nightly features in code that didn't enable it intentionally... right?
curve25519-dalek/curve25519-dalek/build.rs
Lines 38 to 44 in 0964f80
if rustc_version::version_meta() | |
.expect("failed to detect rustc version") | |
.channel | |
== rustc_version::Channel::Nightly | |
{ | |
println!("cargo:rustc-cfg=nightly"); | |
} |
...right?
Metadata
Metadata
Assignees
Labels
No labels