Removed libm dependency

master
pca006132 2020-08-25 14:35:48 +08:00
parent 1fbfaa23c4
commit d7b4ba2564
1 changed files with 6 additions and 6 deletions

View File

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