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 7e96a0b commit 5582685Copy full SHA for 5582685
pulp/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "pulp"
3
-version = "0.18.6"
+version = "0.18.7"
4
edition = "2021"
5
authors = ["sarah <>"]
6
description = "Safe generic simd"
pulp/src/lib.rs
@@ -62,7 +62,7 @@
62
clippy::too_many_arguments,
63
clippy::type_complexity
64
)]
65
-#![cfg_attr(feature = "nightly", feature(stdsimd), feature(avx512_target_feature))]
+#![cfg_attr(feature = "nightly", feature(stdarch_x86_avx512), feature(avx512_target_feature))]
66
#![cfg_attr(not(feature = "std"), no_std)]
67
#![cfg_attr(docsrs, feature(doc_cfg))]
68
0 commit comments