Feature-gate multiscalar impls on alloc

This commit is contained in:
Henry de Valence 2018-03-26 17:58:31 -07:00
parent 7ef6a1e6fa
commit 4a648df713
2 changed files with 4 additions and 0 deletions

View file

@ -13,6 +13,8 @@ pub mod variable_base;
#[cfg(feature="precomputed_tables")]
pub mod vartime_double_base;
#[cfg(any(feature = "alloc", feature = "std"))]
pub mod straus;
#[cfg(any(feature = "alloc", feature = "std"))]
pub mod vartime_straus;

View file

@ -15,6 +15,8 @@ pub mod variable_base;
#[cfg(feature="precomputed_tables")]
pub mod vartime_double_base;
#[cfg(any(feature = "alloc", feature = "std"))]
pub mod straus;
#[cfg(any(feature = "alloc", feature = "std"))]
pub mod vartime_straus;