Removed libm dependency

pca006132 2020-08-25 14:35:48 +08:00
parent d173e84393
commit 62a622ba62
1 changed files with 6 additions and 6 deletions

View File

@ -41,12 +41,12 @@ mod macros;
pub mod float;
pub mod int;
#[cfg(any(
all(target_arch = "wasm32", target_os = "unknown"),
all(target_arch = "arm", target_os = "none"),
all(target_vendor = "fortanix", target_env = "sgx")
))]
pub mod math;
// #[cfg(any(
// all(target_arch = "wasm32", target_os = "unknown"),
// all(target_arch = "arm", target_os = "none"),
// all(target_vendor = "fortanix", target_env = "sgx")
// ))]
// pub mod math;
pub mod mem;
#[cfg(target_arch = "arm")]