mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +00:00
curve: fix nightly build (#773)
The latest nightlies have stabilized `stdarch_x86_avx512` so having it present is now an error
This commit is contained in:
parent
055ca55bcb
commit
655992f3c2
1 changed files with 0 additions and 8 deletions
|
|
@ -10,14 +10,6 @@
|
|||
// - Henry de Valence <hdevalence@hdevalence.ca>
|
||||
|
||||
#![no_std]
|
||||
#![cfg_attr(
|
||||
all(
|
||||
curve25519_dalek_backend = "simd",
|
||||
nightly,
|
||||
any(target_arch = "x86", target_arch = "x86_64")
|
||||
),
|
||||
feature(stdarch_x86_avx512)
|
||||
)]
|
||||
#![cfg_attr(docsrs, feature(doc_auto_cfg, doc_cfg, doc_cfg_hide))]
|
||||
#![cfg_attr(docsrs, doc(cfg_hide(docsrs)))]
|
||||
//------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Reference in a new issue