Removed libm dependency
This commit is contained in:
parent
1fbfaa23c4
commit
d7b4ba2564
12
src/lib.rs
12
src/lib.rs
|
@ -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")]
|
||||
|
|
Loading…
Reference in New Issue