Skip to content

Commit 089d8ed

Browse files
committed
use newly introduced stdarch features for avx512 to compiler on nightly
see rust-lang/rust#117372
1 parent 7e96a0b commit 089d8ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pulp/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
clippy::too_many_arguments,
6363
clippy::type_complexity
6464
)]
65-
#![cfg_attr(feature = "nightly", feature(stdsimd), feature(avx512_target_feature))]
65+
#![cfg_attr(feature = "nightly", feature(stdarch_x86_avx512), feature(avx512_target_feature))]
6666
#![cfg_attr(not(feature = "std"), no_std)]
6767
#![cfg_attr(docsrs, feature(doc_cfg))]
6868

0 commit comments

Comments
 (0)