Skip to content

Commit 3561e14

Browse files
authored
Add unstable nightly avx512_target_feature
1 parent 4508aee commit 3561e14

File tree

1 file changed

+1
-1
lines changed
  • crates/subspace-proof-of-time/src

1 file changed

+1
-1
lines changed

crates/subspace-proof-of-time/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//! Proof of time implementation.
22
3-
#![cfg_attr(target_arch = "x86_64", feature(stdarch_x86_avx512))]
3+
#![cfg_attr(target_arch = "x86_64", feature(avx512_target_feature, stdarch_x86_avx512))]
44
#![no_std]
55

66
mod aes;

0 commit comments

Comments
 (0)