mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-07 20:50:39 +00:00
Don't compile the serial scalar_mul when using the vector one.
This commit is contained in:
parent
f1d2b5182b
commit
0a97f5fe8c
1 changed files with 4 additions and 0 deletions
|
|
@ -35,5 +35,9 @@ pub mod u64;
|
||||||
|
|
||||||
pub mod curve_models;
|
pub mod curve_models;
|
||||||
|
|
||||||
|
#[cfg(not(all(
|
||||||
|
feature = "simd_backend",
|
||||||
|
any(target_feature = "avx2", target_feature = "avx512ifma")
|
||||||
|
)))]
|
||||||
pub mod scalar_mul;
|
pub mod scalar_mul;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue