Skip to content

Commit 6762576

Browse files
authored
curve: remove feature(avx512_target_feature) (#757)
The build is currently broken because it's been stabilized: error: the feature `avx512_target_feature` has been stable since 1.89.0-nightly and no longer requires an attribute to enable
1 parent 8c0cf3a commit 6762576

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

curve25519-dalek/src/lib.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@
1818
),
1919
feature(stdarch_x86_avx512)
2020
)]
21-
#![cfg_attr(
22-
all(curve25519_dalek_backend = "simd", nightly),
23-
feature(avx512_target_feature)
24-
)]
2521
#![cfg_attr(docsrs, feature(doc_auto_cfg, doc_cfg, doc_cfg_hide))]
2622
#![cfg_attr(docsrs, doc(cfg_hide(docsrs)))]
2723
//------------------------------------------------------------------------

0 commit comments

Comments
 (0)