Skip to content

Commit 655992f

Browse files
authored
curve: fix nightly build (#773)
The latest nightlies have stabilized `stdarch_x86_avx512` so having it present is now an error
1 parent 055ca55 commit 655992f

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

curve25519-dalek/src/lib.rs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,6 @@
1010
// - Henry de Valence <[email protected]>
1111

1212
#![no_std]
13-
#![cfg_attr(
14-
all(
15-
curve25519_dalek_backend = "simd",
16-
nightly,
17-
any(target_arch = "x86", target_arch = "x86_64")
18-
),
19-
feature(stdarch_x86_avx512)
20-
)]
2113
#![cfg_attr(docsrs, feature(doc_auto_cfg, doc_cfg, doc_cfg_hide))]
2214
#![cfg_attr(docsrs, doc(cfg_hide(docsrs)))]
2315
//------------------------------------------------------------------------

0 commit comments

Comments
 (0)