-
Notifications
You must be signed in to change notification settings - Fork 211
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule libm
updated
10 files
+17 −0 | .github/workflows/main.yml | |
+2 −2 | CONTRIBUTING.md | |
+5 −6 | Cargo.toml | |
+1 −451 | build.rs | |
+7 −7 | ci/run.sh | |
+18 −0 | crates/libm-test/Cargo.toml | |
+456 −0 | crates/libm-test/build.rs | |
+1 −0 | crates/libm-test/src/lib.rs | |
+6 −0 | crates/libm-test/tests/musl_biteq.rs | |
+0 −5 | src/lib.rs |