Don't compile the serial scalar_mul when using the vector one.

This commit is contained in:
Henry de Valence 2018-11-28 13:09:35 -08:00
parent f1d2b5182b
commit 0a97f5fe8c

View file

@ -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;