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 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")]
|
||||||
|
|
Loading…
Reference in New Issue