We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4508aee commit 3561e14Copy full SHA for 3561e14
crates/subspace-proof-of-time/src/lib.rs
@@ -1,6 +1,6 @@
1
//! Proof of time implementation.
2
3
-#![cfg_attr(target_arch = "x86_64", feature(stdarch_x86_avx512))]
+#![cfg_attr(target_arch = "x86_64", feature(avx512_target_feature, stdarch_x86_avx512))]
4
#![no_std]
5
6
mod aes;
0 commit comments