Cargo Features
libm has no features set by default.
[dependencies]
libm = { version = "0.2.11", features = ["unstable", "force-soft-floats"] }
- unstable
-
This tells the compiler to assume that a Nightly toolchain is being used and that it should activate any useful Nightly things accordingly.
- force-soft-floats
-
Used to prevent using any intrinsics or arch-specific code.