mirror of
https://github.com/saymrwulf/risc0-curve25519-dalek-source.git
synced 2026-09-05 20:10:35 +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;
|
||||
|
||||
#[cfg(not(all(
|
||||
feature = "simd_backend",
|
||||
any(target_feature = "avx2", target_feature = "avx512ifma")
|
||||
)))]
|
||||
pub mod scalar_mul;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue