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:
Tony Arcieri 2025-06-15 10:56:10 -06:00 committed by GitHub
parent 055ca55bcb
commit 655992f3c2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)))]
//------------------------------------------------------------------------