commit | b44e7f1aa3c63af3cfcbbeeadd91ab29a4aa5c66 | [log] [tgz] |
---|---|---|
author | Jeff Vander Stoep <jeffv@google.com> | Sat Dec 12 07:19:09 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Sat Dec 12 07:19:09 2020 +0000 |
tree | 1cb714ac99fe3727df122adab5f5c13ab3466cc4 | |
parent | de217e2c74e0d4cf79a90155527c0d7a7343672e [diff] | |
parent | 21dc41439294d27087fb44928dbba6d6aededd20 [diff] |
Add tests am: 597ab06727 am: 21dc414392 Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/libm/+/1523821 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I8c918167457b5e277e125edea378aa0ff73ecdf1
libm
A port of MUSL's libm to Rust.
The short term goal of this library is to enable math support (e.g. sin
, atan2
) for the wasm32-unknown-unknown
target (cf. rust-lang/compiler-builtins). The longer term goal is to enable math support in the core
crate.
This crate is on crates.io and can be used today in stable #![no_std]
programs.
The API documentation can be found here.
The benchmarks are located in crates/libm-bench
and require a nightly Rust toolchain. To run all benchmarks:
cargo +nightly bench --all
Please check CONTRIBUTING.md
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.